nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
19.52k stars 23.14k forks source link

This { name = 'buffer' }, is not working at all. Most of my LSPs work except for jdtls but when it comes to autocomplete in buffers it doesn't work at all. #1190

Open MrCherub opened 2 weeks ago

MrCherub commented 2 weeks ago
      { name = 'buffer' },

Doesn't do anything at all. I have tested it many times in countless different buffers and it doesn't function. I haven't been able to get this to work.

Desktop

Neovim Version

NVIM v0.10.2

glaulher commented 2 weeks ago

jdtls working for me . You can check my configuration in my repository here: GitHub - glaulher/kickstart.nvim. branch mykickstart Maybe it will help you!

MrCherub commented 1 week ago

jdtls working for me . You can check my configuration in my repository here:

GitHub - glaulher/kickstart.nvim.

branch mykickstart

Maybe it will help you!

Do you have autocomplete in an empty buffer or a clean file without an LSP?

glaulher commented 6 days ago

image on an empty buffer with lsp

glaulher commented 6 days ago

nvim-java plugin wiki also has a configuration with kickstart:

https://github.com/nvim-java/nvim-java/wiki/Kickstart