♻️ refactor(git-plugins): create a git category and move relevant plugins there

Moved git plugins into their own category
This commit is contained in:
2024-08-17 00:41:28 -04:00
parent 27e429df43
commit 82cc6d8757
4 changed files with 253 additions and 114 deletions
+7 -1
View File
@@ -12,7 +12,13 @@ vim.g.loaded_perl_provider = 0
vim.g.lazyvim_python_lsp = "basedpyright"
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Git-Blame ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vim.g.gitblame_display_virtual_text = 0 -- Disable virtual text
-- vim.g.gitblame_display_virtual_text = 0 -- Disable virtual text
-- vim.g.gitblame_date_format = "%r"
-- vim.g.gitblame_message_when_not_committed = "Not yet committed!"
-- vim.g.gitblame_message_template = "<author> • <date> • <summary> <<sha>>"
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ OS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vim.g.is_windows = vim.fn.has("win32") == 1 or vim.fn.has("win64") == 1
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ROOTIEST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- stylua: ignore start