Update .config/nvim/lua/config/options.lua

Update .config/nvim/lua/plugins/vim-caddyfile.lua
This commit is contained in:
punkfairie 2024-10-06 19:44:01 -07:00
parent 31bfd53af5
commit 4fde09c757
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ vim.filetype.add({
},
filename = {
[".env"] = "conf",
["Caddyfile"] = "Caddyfile",
},
pattern = {
["%.env%.[%w_.-]+"] = "conf",

View file

@ -1,6 +1,5 @@
return {
{
"isobit/vim-caddyfile",
ft = "Caddyfile",
},
}