dotfiles/dot_config/nvim/lua/utils/chezmoi-tmpl.lua

2 lines
127 B
Lua
Raw Permalink Normal View History

vim.cmd([[ autocmd BufNewFile,BufRead *.tmpl execute 'set filetype='..matchlist(expand('<afile>'), '.*\.\(.*\)\.tmpl$')[1] ]])