summaryrefslogtreecommitdiff
path: root/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vim.nix')
-rw-r--r--vim.nix16
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;
- };
-}