summaryrefslogtreecommitdiffstats
path: root/dotfiles/vim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/vim.lua')
-rw-r--r--dotfiles/vim.lua12
1 files changed, 0 insertions, 12 deletions
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
411require("neogit").setup {
412 signs = {
413 section = { "", "" },
414 item = { "", "" },
415 },
416 integrations = {
417 diffview = true,
418 },
419}
420
421-- Notify 409-- Notify
422 410
423vim.cmd [[highlight link NotifyERRORBorder DiagnosticError]] 411vim.cmd [[highlight link NotifyERRORBorder DiagnosticError]]