This commit is contained in:
iFargle 2024-02-07 13:58:14 +09:00
parent b669dc0805
commit 944fd71652

View file

@ -8,15 +8,6 @@
vimdiffAlias = true; vimdiffAlias = true;
plugins = with pkgs.vimPlugins; [ plugins = with pkgs.vimPlugins; [
nvchad nvchad
fugitive
nvim-treesitter
elixir-tools-nvim
telescope-fzf-native-nvim
nvim-fzf
# Themes
catppuccin-nvim
tokyonight-nvim
]; ];
}; };
@ -28,7 +19,6 @@
pkgs.ripgrep pkgs.ripgrep
pkgs.fd pkgs.fd
pkgs.lazygit pkgs.lazygit
pkgs.fzf
]; ];
# Link the nvchad files to my homedir # Link the nvchad files to my homedir