diff options
Diffstat (limited to 'scratchdir/scratch.fnl')
| -rw-r--r-- | scratchdir/scratch.fnl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scratchdir/scratch.fnl b/scratchdir/scratch.fnl new file mode 100644 index 0000000..ea6dc40 --- /dev/null +++ b/scratchdir/scratch.fnl @@ -0,0 +1,8 @@ +(vim.api.nvim_create_namespace :debug) +(vim.api.nvim_buf_clear_namespace 0 41 0 -1) + +(vim.api.nvim_buf_set_extmark 0 41 1 1 + {:id 4 + :virt_text_pos :overlay + :virt_lines [[["Hi there is this cool? Making a long string hereereeeeeeeeeeeeeeeeeeeeeeeeeee hidden messages should also be visible otherwise this is pretty useless" + :DiffText]]]}) |
