Hongbo Liu

Results 64 comments of 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 >`....

![image](https://user-images.githubusercontent.com/2898670/139778055-c2b2d1b3-f62b-40b5-b0de-f1bf6555196a.png)

> 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 , 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.