mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat(LSP): lspkind and sources
This commit is contained in:
parent
2df414b577
commit
104c21c904
11 changed files with 143 additions and 50 deletions
|
@ -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"] ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue