Add ansible LSP
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
vim.lsp.enable({
|
||||
"ansiblels",
|
||||
"dockerls",
|
||||
"gitlabcils",
|
||||
"helmls",
|
||||
|
||||
8
nvim/lua/plugins/ansible-ls.lua
Normal file
8
nvim/lua/plugins/ansible-ls.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- https://github.com/mfussenegger/nvim-ansible/tree/main
|
||||
return {
|
||||
"mfussenegger/nvim-ansible",
|
||||
ft = "yaml.ansible",
|
||||
opts = {
|
||||
-- leave empty or see below
|
||||
},
|
||||
}
|
||||
@@ -21,6 +21,7 @@ return {
|
||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"ansible-language-server", -- https://github.com/ansible/vscode-ansible
|
||||
"docker-language-server", -- https://github.com/docker/docker-language-server
|
||||
"gitlab-ci-ls", -- https://github.com/alesbrelih/gitlab-ci-ls
|
||||
"helm-ls", -- https://github.com/mrjosh/helm-ls
|
||||
|
||||
Reference in New Issue
Block a user