-
I am looking for a sample configuration for my .vimrc.
In order to get the LSP working, I have already had to generate a `compile_commands.json`. Ideally, the autocomplete could be configured to l…
xave updated
10 months ago
-
Migrating from ALE because ALE does not implement all of the LSP spec. I prefer as little noise onscreen as possible when programming. I was able to limit this with the settings:
```
let g:asyncompl…
-
### Problem
For a while, I've been noticing that the hover during completion from ultisnips does not show (sometimes, it appears for 1/100th of a second). I tried removing plugins except for this m…
-
If autocomplete/docs or etc doesn't work for you
before creating issue please check Debugging page and make sure your basic setup works
https://github.com/slashmili/alchemist.vim/wiki/Debugging
…
-
Hi, I would like to auto select the first candidate in the popup, and when I press enter, it will be typed in. Currently I have to first press arrow-down to select the first candidate then press enter…
-
I can't get snippets to show in autocomplete menu but the snippet executes with tab.
I know the snippet is there but it doesn't show up in the menu.
Forgot to mention I"am using plugin's for snippet…
-
`lsp#utils#buffer#_get_lines` uses `getbufline` to get buffer contents:
https://github.com/prabirshrestha/vim-lsp/blob/296fb98d198cbbb5c5c937c09b84c8c7a9605a16/autoload/lsp/utils/buffer.vim#L34
…
-
### Describe the bug
Hi!
After i did a :PlugUpdate, then it stopped working.
I saw that treesitter was updated.
I have tried with :TSUpdate but i can't get my highlighting to work:
### To…
-
# Issue Prelude
**Please complete these steps and check these boxes (by putting an `x` inside
the brackets) _before_ filing your issue:**
- [x] I have read and understood YCM's [CONTRIBUTING][c…
-
just a suggestion to make the completion a different plugin so that snippet and other completion can be used even if the lsp is not running