diff options
author | Minijackson <minijackson@riseup.net> | 2022-09-27 20:21:40 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-09-27 20:21:40 +0200 |
commit | 72c7b6d1ddb250fdf803298e5de28e9dd3d5912c (patch) | |
tree | b00fb0a9129cf2ba0f7dbfef71bad5cc61895837 | |
parent | b95db3b65677c95042977a0e0ad7d63fdc951d9f (diff) | |
download | nixos-config-reborn-72c7b6d1ddb250fdf803298e5de28e9dd3d5912c.tar.gz nixos-config-reborn-72c7b6d1ddb250fdf803298e5de28e9dd3d5912c.zip |
vim: remove neogit
unused and errors out
-rw-r--r-- | common/vim.nix | 1 | ||||
-rw-r--r-- | dotfiles/vim.lua | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/common/vim.nix b/common/vim.nix index a9bbcad..d6d0eaa 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -121,7 +121,6 @@ let | |||
121 | # Other | 121 | # Other |
122 | tmux-complete-vim | 122 | tmux-complete-vim |
123 | vim-fugitive | 123 | vim-fugitive |
124 | neogit | ||
125 | vim-rhubarb | 124 | vim-rhubarb |
126 | vim-repeat | 125 | vim-repeat |
127 | vim-unimpaired | 126 | vim-unimpaired |
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index 81d0111..653a316 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua | |||
@@ -406,18 +406,6 @@ require("diffview").setup { | |||
406 | enhanced_diff_hl = true, | 406 | enhanced_diff_hl = true, |
407 | } | 407 | } |
408 | 408 | ||
409 | -- Neogit | ||
410 | |||
411 | require("neogit").setup { | ||
412 | signs = { | ||
413 | section = { "", "" }, | ||
414 | item = { "", "" }, | ||
415 | }, | ||
416 | integrations = { | ||
417 | diffview = true, | ||
418 | }, | ||
419 | } | ||
420 | |||
421 | -- Notify | 409 | -- Notify |
422 | 410 | ||
423 | vim.cmd [[highlight link NotifyERRORBorder DiagnosticError]] | 411 | vim.cmd [[highlight link NotifyERRORBorder DiagnosticError]] |