diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 9ffd68fd..a265c7cf 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -150,6 +150,9 @@ - Add support for [nixd](https://github.com/nix-community/nixd) language server. +[folospior](https://github.com/folospior) + +- Fix plugin name for lsp/lspkind. [iynaix](https://github.com/iynaix) - Add lsp options support for [nixd](https://github.com/nix-community/nixd) diff --git a/modules/plugins/lsp/lspkind/config.nix b/modules/plugins/lsp/lspkind/config.nix index abe14524..982caff2 100644 --- a/modules/plugins/lsp/lspkind/config.nix +++ b/modules/plugins/lsp/lspkind/config.nix @@ -25,7 +25,7 @@ in { ]; vim = { - startPlugins = ["lspkind"]; + startPlugins = ["lspkind-nvim"]; lsp.lspkind.setupOpts.before = config.vim.autocomplete.nvim-cmp.format; autocomplete = {