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