chore(nvim): improved cmp performance and added fugitive

This commit is contained in:
Afonso Franco 2024-09-04 15:30:52 +01:00
parent 3190c83a91
commit 1d5291c270
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 28 additions and 2 deletions

View file

@ -6,5 +6,6 @@ return {
require("blame").setup()
end
},
"https://github.com/tpope/vim-fugitive"
}