Adding dockerfile

Adding dockerfile for work with podman
This commit is contained in:
2025-07-10 10:31:54 +02:00
parent 40ddc8351a
commit 5a603aaac0

View File

@@ -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`)