From 11ce3c619f1b50d6bc9ccc9f772600b2ce9f071c Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 25 May 2020 15:51:33 +0300 Subject: automatically turn on spell checker and textwidth limit for tex docs --- dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim (limited to 'dotfiles/.local/share') 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 -- cgit v1.2.3