nixpkgs/home/programs/neovim/configuration/after/ftplugin/rst.vim

13 lines
302 B
VimL
Raw Normal View History

" 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