mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02: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:
parent
4f796070f9
commit
3c9d3449ad
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ in
|
|||
${cfg.onAttach}
|
||||
end
|
||||
local __lspCapabilities = function()
|
||||
${cfg.capabilities}
|
||||
end
|
||||
|
||||
for i,server in ipairs(__lspServers) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue