mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
lsp/lspkind: fix plugin name
This commit is contained in:
parent
fc34001c6a
commit
3dda077a10
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