config(nvim): add dockerfile

main
sudo pacman -Syu 2024-11-25 09:48:42 +07:00
parent 935df74882
commit c4134f2bce
1 changed files with 2 additions and 0 deletions

View File

@ -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,