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 # PROGRAM CONFIGS
# NEOVIM # NEOVIM
home.sessionVariables.EDITOR = "nvim";
programs.neovim = { programs.neovim = {
enable = true; enable = true;
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
defaultEditor = true;
plugins = with pkgs; [ plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars vimPlugins.nvim-treesitter.withAllGrammars