[nvim] improved cmp performance and added fugitive

This commit is contained in:
Afonso Franco 2024-09-04 15:30:52 +01:00
parent 863db86b96
commit a25bf4b2ae
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
4 changed files with 50 additions and 22 deletions

View file

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