✨ feat(git-blame): add git-blame plugin
Add the git-blame plugin and some missing comments
This commit is contained in:
@@ -10,12 +10,14 @@ vim.g.mapleader = " "
|
|||||||
vim.g.loaded_perl_provider = 0
|
vim.g.loaded_perl_provider = 0
|
||||||
-- Prefer basedpyright
|
-- Prefer basedpyright
|
||||||
vim.g.lazyvim_python_lsp = "basedpyright"
|
vim.g.lazyvim_python_lsp = "basedpyright"
|
||||||
|
|
||||||
|
-- --------------------------------- GIT-BLAME ----------------------------------
|
||||||
|
vim.g.gitblame_display_virtual_text = 0 -- Disable virtual text
|
||||||
|
|
||||||
-- --------------------------------- ROOTIEST -----------------------------------
|
-- --------------------------------- ROOTIEST -----------------------------------
|
||||||
vim.g.aitool = "codeium"
|
vim.g.aitool = "codeium"
|
||||||
vim.g.usewakatime = true
|
vim.g.usewakatime = true
|
||||||
vim.g.usehardtime = false
|
vim.g.usehardtime = false
|
||||||
vim.g.useimage = true
|
vim.g.useimage = true
|
||||||
vim.o.background = "dark"
|
vim.o.background = "dark"
|
||||||
|
|
||||||
vim.g.DashboardHeaderColor = "#A6E3A1"
|
vim.g.DashboardHeaderColor = "#A6E3A1"
|
||||||
vim.g.mousemoveevent = true
|
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{ -- CapsWord
|
||||||
"dmtrKovalenko/caps-word.nvim",
|
"dmtrKovalenko/caps-word.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts = {},
|
opts = {},
|
||||||
@@ -146,11 +146,15 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{ -- Music Controls
|
||||||
"AntonVanAssche/music-controls.nvim",
|
"AntonVanAssche/music-controls.nvim",
|
||||||
dependencies = { "rcarriga/nvim-notify" },
|
dependencies = { "rcarriga/nvim-notify" },
|
||||||
opts = {
|
opts = {
|
||||||
default_player = "YoutubeMusic",
|
default_player = "YoutubeMusic",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ -- Git Blame
|
||||||
|
"f-person/git-blame.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user