feat(nvim): added plugin to mason install

This commit is contained in:
Juliano Barbosa 2023-09-02 13:23:04 -03:00
parent 2926dfe869
commit a4f0645ab8
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
3 changed files with 218 additions and 22 deletions

View file

@ -72,3 +72,5 @@ return {
})
end,
}
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et