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 = {
|
filename = {
|
||||||
[".env"] = "conf",
|
[".env"] = "conf",
|
||||||
["Caddyfile"] = "Caddyfile",
|
|
||||||
},
|
},
|
||||||
pattern = {
|
pattern = {
|
||||||
["%.env%.[%w_.-]+"] = "conf",
|
["%.env%.[%w_.-]+"] = "conf",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"isobit/vim-caddyfile",
|
"isobit/vim-caddyfile",
|
||||||
ft = "Caddyfile",
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue