From e034538923d90fb5865394b74a967244d8bcc1f7 Mon Sep 17 00:00:00 2001 From: Somraj Saha <31373860+Jarmos-san@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:19:11 +0530 Subject: [PATCH] chore: configure Neovim to be able to identify Caddyfiles --- dotfiles/.config/nvim/filetype.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.config/nvim/filetype.lua b/dotfiles/.config/nvim/filetype.lua index 88e8706f..c0d932b3 100644 --- a/dotfiles/.config/nvim/filetype.lua +++ b/dotfiles/.config/nvim/filetype.lua @@ -15,6 +15,7 @@ vim.filetype.add({ [".env"] = "dotenv", ["env"] = "dotenv", ["tsconfig.json"] = "jsonc", + ["Caddyfile"] = "Caddyfile", }, -- Detect and apply filetypes based on certain patterns of the filenames pattern = {