mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 07:55:31 +00:00
lsp/lspkind: fix plugin name
This commit is contained in:
parent
c4cb29b7a3
commit
776df869fd
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["lspkind"];
|
startPlugins = ["lspkind-nvim"];
|
||||||
|
|
||||||
lsp.lspkind.setupOpts.before = config.vim.autocomplete.nvim-cmp.format;
|
lsp.lspkind.setupOpts.before = config.vim.autocomplete.nvim-cmp.format;
|
||||||
autocomplete = {
|
autocomplete = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue