[nvim] Move neovim config to /nvim

This commit is contained in:
Eryn Wells 2026-01-24 15:25:05 -08:00
parent e45c1694af
commit 5b567ad2ad
28 changed files with 0 additions and 0 deletions

View file

@ -1,7 +0,0 @@
-- Eryn Wells <eryn@erynwells.me>
-- Detect layout templates in Hugo projects
vim.api.nvim_create_autocmd({"BufRead", "BufNewFile"}, {
pattern = {"*/layouts/*.html"},
command = "setfiletype gohtmltmpl"
})