disable yaml lang server because it breaks helm templates
This commit is contained in:
parent
8ae28dc332
commit
41b8cafc94
2 changed files with 14 additions and 8 deletions
7
lua/custom/plugins/filetype.lua
Normal file
7
lua/custom/plugins/filetype.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'towolf/vim-helm',
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
'crakkhead/ansible.nvim',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue