diff --git a/dots/.nvim-environments/primary/config/lua/core/filetypes.lua b/dots/.nvim-environments/primary/config/lua/core/filetypes.lua index cd62242f..fae6e09e 100644 --- a/dots/.nvim-environments/primary/config/lua/core/filetypes.lua +++ b/dots/.nvim-environments/primary/config/lua/core/filetypes.lua @@ -4,6 +4,7 @@ M.setup = function() vim.filetype.add({ pattern = { [".*%.dockerfile"] = "dockerfile", + [".*%.dockerignore"] = "gitignore" }, }) end