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 = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
alejandra
binutils binutils
cmatrix cmatrix
gimp gimp
@ -54,6 +53,7 @@
jmtpfs jmtpfs
libgccjit libgccjit
libmtp libmtp
lua
mako mako
mlocate mlocate
nodejs_20 nodejs_20
@ -131,6 +131,12 @@
neovim = { neovim = {
enable = true; enable = true;
viAlias = true; viAlias = true;
extraPackages = with pkgs; [
alejandra
lua-language-server
libclang
rnix-lsp
];
}; };
zsh = { zsh = {
enable = true; enable = true;