nvim default

This commit is contained in:
Bryan Ramos 2023-03-27 16:49:48 -04:00
parent 6318be44b2
commit 301a3badde

View file

@ -46,11 +46,11 @@
# PROGRAM CONFIGS
# NEOVIM
home.sessionVariables.EDITOR = "nvim";
programs.neovim = {
enable = true;
viAlias = true;
vimAlias = true;
defaultEditor = true;
plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars