nvim: add ansible and jsonnet
This commit is contained in:
parent
a7b21679b4
commit
09fcdfe64f
2 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,7 @@ local server_configs = function()
|
|||
},
|
||||
},
|
||||
}, -- }}}
|
||||
jsonnet_ls = {}
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
@ -242,6 +242,7 @@ return {
|
|||
{ 'chrisbra/csv.vim', ft = 'csv' },
|
||||
{ 'NoahTheDuke/vim-just' },
|
||||
{ 'towolf/vim-helm' },
|
||||
{ 'pearofducks/ansible-vim' },
|
||||
|
||||
|
||||
{ 'williamboman/mason.nvim', cmd = 'Mason', config = true },
|
||||
|
|
Loading…
Add table
Reference in a new issue