config(nvim): add dockerfile
parent
935df74882
commit
c4134f2bce
|
@ -570,6 +570,7 @@ require("lazy").setup({
|
||||||
"asciidoc",
|
"asciidoc",
|
||||||
"c",
|
"c",
|
||||||
"cpp",
|
"cpp",
|
||||||
|
"dockerfile",
|
||||||
"gitcommit",
|
"gitcommit",
|
||||||
"go",
|
"go",
|
||||||
"json",
|
"json",
|
||||||
|
@ -591,6 +592,7 @@ require("lazy").setup({
|
||||||
asciidoc = true,
|
asciidoc = true,
|
||||||
c = true,
|
c = true,
|
||||||
cpp = true,
|
cpp = true,
|
||||||
|
dockerfile = true,
|
||||||
gitcommit = true,
|
gitcommit = true,
|
||||||
go = true,
|
go = true,
|
||||||
json = true,
|
json = true,
|
||||||
|
|
Loading…
Reference in New Issue