nvim and flake update

This commit is contained in:
Salar Rahmanian 2024-09-27 17:40:55 -07:00
parent 07b27ef004
commit e2beeae636
2 changed files with 10 additions and 12 deletions

View file

@ -54,8 +54,6 @@
graphviz
jq-lsp
luajit
luajitPackages.luarocks
luajitPackages.luasocket
lua-language-server
marksman
maven
@ -294,6 +292,6 @@
# Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://code.softinio.com/softinio/nvim-config";
rev = "1949d31e980fbd3418f1aaab7f092b619e3f82fc";
rev = "9452693037960f28f00c4df74691eb418957cf6a";
};
}