comments and better cmp scoring

This commit is contained in:
Christian Nieves
2023-11-19 18:53:07 -06:00
parent 2ef4eb8c41
commit 1c0fa0e214
7 changed files with 57 additions and 26 deletions

View File

@ -34,7 +34,6 @@ return {
},
{ "simrat39/rust-tools.nvim", ft = "rust" },
"RRethy/vim-illuminate",
{
"rafcamlet/nvim-luapad",
config = function()
@ -53,6 +52,7 @@ return {
"kosayoda/nvim-lightbulb",
"ntpeters/vim-better-whitespace",
"junegunn/fzf.vim",
"AndrewRadev/tagalong.vim",
"tversteeg/registers.nvim",
"jremmen/vim-ripgrep",
{ "andymass/vim-matchup", event = "VimEnter" },