1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 19:49:25 +00:00

[neovim] Update plugins

This commit is contained in:
2023-07-19 17:57:14 +02:00
parent 713a302bee
commit ad1de3bdf5
3 changed files with 3 additions and 4 deletions

View File

@ -23,5 +23,6 @@ null_ls.setup({
diagnostics.revive.with({
args = revive_args,
}),
diagnostics.cfn_lint,
},
})