Skip to content

Commit

Permalink
lsp/lspkind: fix plugin name (#626)
Browse files Browse the repository at this point in the history
* lsp/lspkind: fix plugin name

* docs: update changelog

---------

Co-authored-by: raf <[email protected]>
  • Loading branch information
folospior and NotAShelf authored Feb 11, 2025
1 parent ae677ce commit 7eb1780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release-notes/rl-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/lsp/lspkind/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in {
];

vim = {
startPlugins = ["lspkind"];
startPlugins = ["lspkind-nvim"];

lsp.lspkind.setupOpts.before = config.vim.autocomplete.nvim-cmp.format;
autocomplete = {
Expand Down

0 comments on commit 7eb1780

Please sign in to comment.