Updating config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-04 17:32:40 +02:00
parent ed11de7cc7
commit 8be2c6485d
6 changed files with 58 additions and 1 deletions

View File

@@ -12,7 +12,10 @@ return {
"sindrets/diffview.nvim",
cmd = "DiffviewOpen",
},
{ "windwp/nvim-ts-autotag", dependencies = "nvim-treesitter" },
{
"windwp/nvim-ts-autotag",
dependencies = "nvim-treesitter",
},
{
"lewis6991/gitsigns.nvim",
config = true,
@@ -46,6 +49,7 @@ return {
},
{
"f-person/git-blame.nvim",
enabled = false,
config = function()
vim.cmd([[
let g:gitblame_enabled = 1