vim-notes
vim-notes copied to clipboard
Using with txtFmt
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?
Solved at txtFmt.
...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...