nixpkgs/home/programs/neovim/configuration/after/ftplugin/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

13 lines
302 B
VimL

" Setup for TYPO3 documentation in restructuredtext
" setlocal noexpandtab
setlocal textwidth=85
setlocal shiftwidth=3 tabstop=3
" Allow go to file to navigate to rst files
setlocal suffixesadd+=.rst
setlocal spell spelllang=en
" setlocal spell spelllang=de
syn spell toplevel
" setlocal foldlevel=0