Add ansible LSP
This commit is contained in:
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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user