Update .config/nvim/lua/config/options.lua
This commit is contained in:
parent
a9f4745d8e
commit
31bfd53af5
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ vim.filetype.add({
|
|||
},
|
||||
filename = {
|
||||
[".env"] = "conf",
|
||||
["Caddyfile"] = "Caddyfile",
|
||||
},
|
||||
pattern = {
|
||||
["%.env%.[%w_.-]+"] = "conf",
|
||||
|
|
Loading…
Reference in a new issue