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