1
0
Fork 0

nvim: add ansible and jsonnet

This commit is contained in:
Vladimír Dudr 2024-02-02 16:31:29 +01:00
parent a7b21679b4
commit 09fcdfe64f
2 changed files with 2 additions and 0 deletions

View file

@ -98,6 +98,7 @@ local server_configs = function()
},
},
}, -- }}}
jsonnet_ls = {}
}
end

View file

@ -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 },