diff options
Diffstat (limited to 'lua/plugins/lang/jsonnet.lua')
-rw-r--r-- | lua/plugins/lang/jsonnet.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/plugins/lang/jsonnet.lua b/lua/plugins/lang/jsonnet.lua index c6663d0..41a6ef9 100644 --- a/lua/plugins/lang/jsonnet.lua +++ b/lua/plugins/lang/jsonnet.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, { "jsonnet" }) - end - end, - }, - - { "neovim/nvim-lspconfig", opts = function(_, opts) if type(opts) == "table" then |