mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 20:13:19 +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.
|
- 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)
|
[iynaix](https://github.com/iynaix)
|
||||||
|
|
||||||
- Add lsp options support for [nixd](https://github.com/nix-community/nixd)
|
- Add lsp options support for [nixd](https://github.com/nix-community/nixd)
|
||||||
|
|
|
@ -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
Reference in a new issue