diff options
| author | Silas Schöffel <sils@sils.li> | 2025-08-22 14:00:35 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2025-08-22 14:00:35 +0200 |
| commit | 2167647624a377c7be930e8f150377551dfc2d04 (patch) | |
| tree | 9f6aba42d8d597987862ac0d224d710e6cbf8b92 | |
| parent | flake.lock: update (diff) | |
| download | nix-config-2167647624a377c7be930e8f150377551dfc2d04.zip | |
hm/nixvim: rename lspkind.cmp to lspkind.settings.cmp
| -rw-r--r-- | hm/nixvim/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index e333324..cedf950 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -141,7 +141,7 @@ pkgs: { lspkind = { enable = true; - cmp = { + settings.cmp = { enable = true; menu = { nvim_lsp = "[LSP]"; |
