diff --git a/homeConfig/home.nix b/homeConfig/home.nix index 956da8a..8a38d18 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -64,9 +64,6 @@ # NEOVIM programs.neovim = { enable = true; - viAlias = true; - vimAlias = true; - plugins = with pkgs; [ vimPlugins.nvim-treesitter.withAllGrammars ];