summaryrefslogtreecommitdiff
path: root/lua/plugins/lang/ansible.lua
diff options
context:
space:
mode:
authorChristian Segundo2025-01-17 23:08:34 +0100
committerChristian Segundo2025-01-17 23:08:34 +0100
commitd38e3d5ea7d080ad6ce285b8dffd70623a1566bb (patch)
tree7018c2ab6bab49ab35d4d669a95f03bc38422684 /lua/plugins/lang/ansible.lua
parent3d6e79fa91e411d04076787e89a4584f62f1fd27 (diff)
downloadconfig-d38e3d5ea7d080ad6ce285b8dffd70623a1566bb.tar.gz
remove all references to treesitter
Diffstat (limited to 'lua/plugins/lang/ansible.lua')
-rw-r--r--lua/plugins/lang/ansible.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/plugins/lang/ansible.lua b/lua/plugins/lang/ansible.lua
index e86b201..52c79d0 100644
--- a/lua/plugins/lang/ansible.lua
+++ b/lua/plugins/lang/ansible.lua
@@ -5,16 +5,6 @@ return {
},
{
- "nvim-treesitter/nvim-treesitter",
- opts = function(_, opts)
- if type(opts) == "table" then
- opts.ensure_installed = opts.ensure_installed or {}
- vim.list_extend(opts.ensure_installed, { "yaml" })
- end
- end,
- },
-
- {
"neovim/nvim-lspconfig",
opts = function(_, opts)
if type(opts) == "table" then