Fixed nvim default editor

This commit is contained in:
Bryan Ramos 2023-04-10 17:51:50 -04:00
parent 53d0a495fa
commit f91dc7f60c

View file

@ -47,11 +47,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