diff options
author | Minijackson <minijackson@riseup.net> | 2021-06-09 10:57:05 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-06-09 10:57:05 +0200 |
commit | 73e0030edf4031d036b6b5b7180de382ffefee58 (patch) | |
tree | 82945fb720d0a3ad3705d1dfb00f50da12a1ccd3 | |
parent | 92f95b33d56f8b90ae9652f4dd756f3d92b0c3f9 (diff) | |
download | nixos-config-reborn-73e0030edf4031d036b6b5b7180de382ffefee58.tar.gz nixos-config-reborn-73e0030edf4031d036b6b5b7180de382ffefee58.zip |
vim: move grammarous to development for size concerns
-rw-r--r-- | common/vim.nix | 3 | ||||
-rw-r--r-- | usecases/desktop/development.nix | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/common/vim.nix b/common/vim.nix index 63b916e..a26b2ec 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -86,9 +86,6 @@ let | |||
86 | vim-pandoc | 86 | vim-pandoc |
87 | vim-pandoc-syntax | 87 | vim-pandoc-syntax |
88 | 88 | ||
89 | # Languages (but not programming languages) | ||
90 | vim-grammarous | ||
91 | |||
92 | # Other | 89 | # Other |
93 | tmux-complete-vim | 90 | tmux-complete-vim |
94 | fugitive | 91 | fugitive |
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix index e9c4ca2..d7ec8f5 100644 --- a/usecases/desktop/development.nix +++ b/usecases/desktop/development.nix | |||
@@ -29,6 +29,7 @@ in | |||
29 | extraPlugins = with vimPlugins; [ | 29 | extraPlugins = with vimPlugins; [ |
30 | nvim-lspconfig | 30 | nvim-lspconfig |
31 | rust-tools-nvim | 31 | rust-tools-nvim |
32 | vim-grammarous | ||
32 | ]; | 33 | ]; |
33 | luaConfig = builtins.readFile ../../dotfiles/vim-dev.lua; | 34 | luaConfig = builtins.readFile ../../dotfiles/vim-dev.lua; |
34 | 35 | ||