Update nixvim config

This commit is contained in:
Weckyy702
2026-03-11 18:45:27 +01:00
parent e6c80668cd
commit 5a89753893
10 changed files with 62 additions and 61 deletions

View File

@@ -1,9 +1,9 @@
{...}: {
{ ... }: {
imports = [
./keymaps.nix
];
programs.nixvim.plugins = {
plugins = {
lspkind.enable = true;
cmp-nvim-lsp-signature-help.enable = true;
@@ -14,9 +14,9 @@
autoLoad = true;
settings.sources = [
{name = "nvim_lsp";}
{name = "nvim_lsp_signature_help";}
{name = "path";}
{ name = "nvim_lsp"; }
{ name = "nvim_lsp_signature_help"; }
{ name = "path"; }
];
settings.mapping = {