summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/vim.nix1
-rw-r--r--usecases/desktop/development.nix5
2 files changed, 3 insertions, 3 deletions
diff --git a/common/vim.nix b/common/vim.nix
index f963c35..acbdc36 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -110,7 +110,6 @@ inputs: {
110 110
111 # Languages 111 # Languages
112 vim-polyglot 112 vim-polyglot
113 vim-pandoc
114 # Fixes "duplicated vim plugin" issue 113 # Fixes "duplicated vim plugin" issue
115 (refactoring-nvim.overrideAttrs (old: {dependencies = [];})) 114 (refactoring-nvim.overrideAttrs (old: {dependencies = [];}))
116 115
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix
index 8e89d1a..b122eaa 100644
--- a/usecases/desktop/development.nix
+++ b/usecases/desktop/development.nix
@@ -98,13 +98,14 @@ in {
98 98
99 vim = { 99 vim = {
100 extraPlugins = with vimPlugins; [ 100 extraPlugins = with vimPlugins; [
101 vim-pandoc
102 clangd_extensions-nvim
101 lsp_signature-nvim 103 lsp_signature-nvim
102 neodev-nvim 104 neodev-nvim
103 nvim-lspconfig 105 nvim-lspconfig
106 playground
104 rust-tools-nvim 107 rust-tools-nvim
105 clangd_extensions-nvim
106 vim-grammarous 108 vim-grammarous
107 playground
108 ]; 109 ];
109 110
110 variables = { 111 variables = {