From 5a603aaac098ce01b8249caab9eb2033ede7f7f7 Mon Sep 17 00:00:00 2001 From: tobias Date: Thu, 10 Jul 2025 10:31:54 +0200 Subject: [PATCH] Adding dockerfile Adding dockerfile for work with podman --- lua/default/lazy/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/default/lazy/treesitter.lua b/lua/default/lazy/treesitter.lua index ceca147..4772e01 100644 --- a/lua/default/lazy/treesitter.lua +++ b/lua/default/lazy/treesitter.lua @@ -6,7 +6,7 @@ return { require("nvim-treesitter.configs").setup({ -- A list of parser names, or "all" ensure_installed = { - "vimdoc", "lua", "bash", "yaml", "terraform", "hcl", "python", + "vimdoc", "lua", "bash", "yaml", "terraform", "hcl", "python", "dockerfile", }, -- Install parsers synchronously (only applied to `ensure_installed`)