diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-05-25 15:51:33 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-05-25 15:51:33 +0300 |
commit | 11ce3c619f1b50d6bc9ccc9f772600b2ce9f071c (patch) | |
tree | 272aa425dbf29b3e1f78e4ae9538baf748d3152b | |
parent | 7217c7749e5403c9c7856c1d12c7986eb9c3b460 (diff) | |
download | vimrice-11ce3c619f1b50d6bc9ccc9f772600b2ce9f071c.tar.gz vimrice-11ce3c619f1b50d6bc9ccc9f772600b2ce9f071c.zip |
automatically turn on spell checker and textwidth limit for tex docs
-rw-r--r-- | dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim new file mode 100644 index 0000000..71a1c6b --- /dev/null +++ b/dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim @@ -0,0 +1,3 @@ + +setlocal tw=80 +setlocal spell spelllang=en_us,es,ru |