nixpkgs/home/programs/neovim/configuration/ftdetect/fluid.vim
Daniel Siepmann 7106b7cac7
Add neovim configuration inline instead of another repository
This eases maintenance as I don't need to commit and push one repo, and
update rev and sha in here.
Instead I can just change configuration and run home-manager switch.
2022-03-15 08:00:46 +01:00

5 lines
314 B
VimL

au BufNewFile,BufRead **/Resources/Private/**/*.html setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/Partials/** setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/Layouts/** setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/Templates/** setlocal filetype=fluid