summaryrefslogtreecommitdiff
path: root/lua/plugins/lang/dockerfile.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/lang/dockerfile.lua')
-rw-r--r--lua/plugins/lang/dockerfile.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/plugins/lang/dockerfile.lua b/lua/plugins/lang/dockerfile.lua
index 9f85765..5140cdd 100644
--- a/lua/plugins/lang/dockerfile.lua
+++ b/lua/plugins/lang/dockerfile.lua
@@ -1,15 +1,5 @@
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, { "dockerfile" })
- end
- end,
- },
-
- {
"jose-elias-alvarez/null-ls.nvim",
opts = function(_, opts)
if type(opts) == "table" then