From 6ff0e1ffd0c9c8e09a1c9217a78cffa731f302ae Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 3 Jul 2023 18:37:54 +0300 Subject: [PATCH] nvim config changes --- configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f08e1fe..dd3bb05 100644 --- a/configuration.nix +++ b/configuration.nix @@ -41,7 +41,6 @@ environment = { systemPackages = with pkgs; [ - alejandra binutils cmatrix gimp @@ -54,6 +53,7 @@ jmtpfs libgccjit libmtp + lua mako mlocate nodejs_20 @@ -131,6 +131,12 @@ neovim = { enable = true; viAlias = true; + extraPackages = with pkgs; [ + alejandra + lua-language-server + libclang + rnix-lsp + ]; }; zsh = { enable = true;