mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 12:03:20 +00:00
lsp/lspkind: fix plugin name (#626)
* lsp/lspkind: fix plugin name * docs: update changelog --------- Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
ae677cebfa
commit
7eb1780ab6
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -25,7 +25,7 @@ in {
|
|||
];
|
||||
|
||||
vim = {
|
||||
startPlugins = ["lspkind"];
|
||||
startPlugins = ["lspkind-nvim"];
|
||||
|
||||
lsp.lspkind.setupOpts.before = config.vim.autocomplete.nvim-cmp.format;
|
||||
autocomplete = {
|
||||
|
|
Loading…
Add table
Reference in a new issue