Closed sokinpui closed 1 year ago
but error report when I try to open vimrc with vim.
Fixed on coc.nvim.
when I enter CocAction('toggleSource', 'snippets') in command mode in markdown file, I receive E492: Not an editor command: CocAction('toggleSource', 'snippets')
Use :call CocAction('toggleSource', 'snippets')
I have the same request as this issue, I have try to add those line in vimrc
but error report when I try to open vimrc with vim.
I want only show snippets in completion list when editing markdown files.
when I enter
CocAction('toggleSource', 'snippets')
in command mode in markdown file, I receiveE492: Not an editor command: CocAction('toggleSource', 'snippets')