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