chore(nvim): few tweaks

This commit is contained in:
Afonso Franco 2024-12-28 22:14:20 +00:00
parent 236e096051
commit ee0e04842b
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 29 additions and 11 deletions

View file

@ -47,5 +47,12 @@ return {
require("blame").setup()
end
},
"tpope/vim-fugitive"
"tpope/vim-fugitive",
-- {
-- "nvzone/typr",
-- dependencies = {
-- "nvzone/volt"
-- },
-- opts = {}
-- }
}