nixpkgs/home/programs/neovim/configuration/ftdetect/json.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

6 lines
223 B
VimL

au BufNewFile,BufRead composer.lock setfiletype json
au BufNewFile,BufRead *.json.dist setfiletype json
au BufNewFile,BufRead *.sasslintrc setfiletype json
au BufNewFile,BufRead apple-app-site-association setfiletype json