(neovim) add git, yaml, ansible and helm support; minor fixes
This commit is contained in:
parent
79d83fd921
commit
a71684c7f0
9 changed files with 49 additions and 14 deletions
|
@ -7,17 +7,23 @@ return {
|
|||
ensure_installed = {
|
||||
"bash",
|
||||
"diff",
|
||||
"git_config",
|
||||
"git_rebase",
|
||||
"gitattributes",
|
||||
"gitcommit",
|
||||
"gitignore",
|
||||
"gotmpl",
|
||||
"hcl",
|
||||
"helm",
|
||||
"json",
|
||||
"lua",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"markdown",
|
||||
"python",
|
||||
"regex",
|
||||
"terraform",
|
||||
"vim",
|
||||
"yaml",
|
||||
},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue