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

3 lines
125 B
VimL

au BufNewFile,BufRead *.rst.txt setlocal filetype=rst
au BufNewFile,BufRead Documentation/Includes.txt setlocal filetype=rst