(neovim) add git, yaml, ansible and helm support; minor fixes

This commit is contained in:
Bartek Stalewski 2025-07-25 00:52:15 +02:00
parent 79d83fd921
commit a71684c7f0
No known key found for this signature in database
9 changed files with 49 additions and 14 deletions

View file

@ -0,0 +1,4 @@
return {
cmd = { "yaml-language-server", "--stdio" },
filetypes = { "yaml" },
}