Closed f-person closed 3 years ago
Here's my full init.lua: https://github.com/f-person/dotfiles/blob/6528831614/.config/nvim/init.lua
The problem disappeared after installing the language server with the provided script or some other changes were done (either in nlua.nvim
or in git-blame.nvim
). Anyways, plugins coexist in peace now.
When I enable git-blame.nvim, diagnostic messages don't show up in Lua files/projects. When I open a Lua file that is not in a Git repo, diagnostics work. After disabling
git-blame.nvim
, diagnostics also work. I have no idea why this would happen.git-blame.nvim
andsumneko_lua
work fine together.Here's how I set up nlua:
And default sumneko_lua:
My on_attach:
I initialize the
lsp
variable at the top ofinit.lua
:Maybe you have some ideas about why this would happen?