Move to bashrc

This commit is contained in:
Bryan Ramos 2023-05-23 16:08:44 -04:00
parent 98df077bef
commit 9932734876

View file

@ -64,9 +64,6 @@
# NEOVIM # NEOVIM
programs.neovim = { programs.neovim = {
enable = true; enable = true;
viAlias = true;
vimAlias = true;
plugins = with pkgs; [ plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars vimPlugins.nvim-treesitter.withAllGrammars
]; ];