From d6f37864bb198235d68b180e1e9a79f4c43325a4 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Sat, 16 Jul 2022 13:00:54 -0400 Subject: [PATCH] neovim options --- configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index e7f40f0..591758b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,13 +47,7 @@ programs.starship.enable = true; programs.neovim = { enable = true; - plugins = with pkgs.vimPlugins; [ - coc-nvim - neovim-sensible - vim-airline - vim-airline-themes - vim-nix - ]; + viAlias = true; }; # Some programs need SUID wrappers, can be configured further or are