feat(nvim): set dockerignore fts to gitignore
This commit is contained in:
parent
fb4e36305b
commit
12a0f2a981
@ -4,6 +4,7 @@ M.setup = function()
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.dockerfile"] = "dockerfile",
|
||||
[".*%.dockerignore"] = "gitignore"
|
||||
},
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user