feat(LSP): lspkind and sources

This commit is contained in:
NotAShelf 2023-04-18 01:48:44 +03:00
commit 104c21c904
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
11 changed files with 143 additions and 50 deletions

View file

@ -14,7 +14,7 @@ in {
["nvim-treesitter"]
++ optional usingNvimCmp "cmp-treesitter";
vim.autocomplete.sources = ["treesitter"];
vim.autocomplete.sources = {"treesitter" = "[Treesitter]";};
# For some reason treesitter highlighting does not work on start if this is set before syntax on
vim.configRC.treesitter-fold = mkIf cfg.fold (nvim.dag.entryBefore ["basic"] ''