nvim config changes

This commit is contained in:
Ivan Dimitrov 2023-07-03 18:37:54 +03:00
parent 0041b11e49
commit 6ff0e1ffd0

View File

@ -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;