diff options
-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]] |