Update .config/nvim/lua/plugins/lsp.lua

This commit is contained in:
Anthony Rodriguez 2024-08-09 23:22:41 +02:00
parent 2955066489
commit d96ca2a454

View file

@ -58,5 +58,11 @@ return {
}) })
}) })
end end
},
{
'numToStr/Comment.nvim',
opts = {
-- add any options here
}
} }
} }