mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
plugins/nvim-ufo: Set lsp capabilities
This commit is contained in:
parent
56e8230939
commit
2ecc5359f8
2 changed files with 24 additions and 0 deletions
|
@ -90,4 +90,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
lsp-compat = {
|
||||
plugins.nvim-ufo = {
|
||||
enable = true;
|
||||
setupLspCapabilities = true;
|
||||
};
|
||||
plugins.lsp.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue