1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00

disable LSP capabilities for now... (temp. fix #7)

This wasn't being used by anyone, but it's generating incorrect
code, for some reason
This commit is contained in:
Pedro Alves 2022-01-01 13:39:13 +00:00
parent 4f796070f9
commit 3c9d3449ad

View file

@ -60,7 +60,6 @@ in
${cfg.onAttach}
end
local __lspCapabilities = function()
${cfg.capabilities}
end
for i,server in ipairs(__lspServers) do