Hongbo Liu
Hongbo Liu
> > Is it possible to auto fill the item in line when use `` or ``? Currently, the content keep unchanged and has the notation like `< item >`....

> Sounds like [tpope/vim-endwise#109](https://github.com/tpope/vim-endwise/issues/109). Working after disable `endwise` plugin. Thanks!
Is it possible to add ultisnip as a source and will trigger it when select? And is it possible to unbound default map? Currently could only disable all default maps.
With following steps could make coq_vim support ultisnip completion: 1. Save following content as `lua/coq_3p/ultisnip/init.lua`: ``` -- Very simple case -- Offers suggestions of `vim.lsp.protocol.CompletionItemKind` return function(spec) return function(args, callback)...
@arecarn Add an example in doc and also a test case.
Hi @arecarn , any update for this PR?
Hi @arecarn , for this case, I think the comment lines and invalid lines should be removed before evaluating.
Is there any way to disable for the command line buffer ? `ALEDisableBuffer` seems not work.
I got the same problem.