feat(nvim): add new plugins

This commit is contained in:
Oliver Davies 2022-03-31 01:13:30 +01:00
parent ddfdccde97
commit f29785c491
5 changed files with 68 additions and 0 deletions

View file

@ -15,4 +15,7 @@ configs.setup {
disable = { "yaml" },
enable = true,
},
matchup = {
enable = true,
}
}