diff options
Diffstat (limited to 'vim.nix')
-rw-r--r-- | vim.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vim.nix b/vim.nix deleted file mode 100644 index 57f79ba..0000000 --- a/vim.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ ... }: - -{ - programs.vim = { - enable = true; - plugins = [ - "ctrlp" - "fugitive" - "editorconfig-vim" - "surround" - "vim-colorschemes" - "vim-ripgrep" - ]; - extraConfig = builtins.readFile ../vimrc; - }; -} |