diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 95a7e1c..de5858b 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -38,6 +38,19 @@ indent = { tab-width = 4, unit = "\t" } name = "markdown" indent = { tab-width = 4, unit = "\t" } +[[language]] +name = "nginx" +indent = { tab-width = 4, unit = "\t" } +file-types = [ + { glob = "sites-available/*.conf" }, + { glob = "sites-enabled/*.conf" }, + { glob = "nginx.conf" }, + { glob = "conf.d/*.conf" }, + { glob = "http.d/*.conf" }, + { glob = "stream.d/*.conf" }, + { glob = "tor.d/*.conf" }, +] + [[language]] name = "toml" indent = { tab-width = 4, unit = "\t" } diff --git a/.zsh/oh-my-zsh b/.zsh/oh-my-zsh index d6f84f3..a84a033 160000 --- a/.zsh/oh-my-zsh +++ b/.zsh/oh-my-zsh @@ -1 +1 @@ -Subproject commit d6f84f3e7d2515cee8ba776d05ee2009ffd471d7 +Subproject commit a84a0332a822a78ddf3f66d0e1ed3990d4badd12