update nvim

This commit is contained in:
2024-03-01 19:56:19 +05:30
parent 39a0d56514
commit 92ebdc6674
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ inputs, pkgs, ... }: {
xdg.configFile = {
xdg.configFile."nvim" = {
source = "${pkgs.nvchad}";
};
@ -21,11 +21,15 @@
packages = with pkgs; [
gcc
neovide
# nix
statix # Lints and suggestions for the nix programming language
deadnix # Find and remove unused code in .nix source files
alejandra # Nix Code Formatter
# lua
luarocks
gdu
ripgrep
];