vim-notes icon indicating copy to clipboard operation
vim-notes copied to clipboard

Using with txtFmt

Open pdoak opened this issue 9 years ago • 2 comments

I have added

" Enable Txtfmt formatting inside notes.
setlocal filetype=notes.txtfmt

to after/ftplugin/notes.vim but I get an error nesting too deep. How can I fix it?

pdoak avatar Apr 25 '16 22:04 pdoak

Solved at txtFmt.

pdoak avatar Apr 30 '16 17:04 pdoak

...solved in the sense that a working approach was discovered, but the issue is with the instructions in the Notes plugin docs, which should probably be adjusted. The approach outlined in bpstahlman/txtfmt#10 is just one possible solution...

bpstahlman avatar May 01 '16 13:05 bpstahlman