From 1b60038f04fe4fed3ab3e685d1add0f9dc496565 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 4 Sep 2024 21:44:11 +0200 Subject: nvim: texinfo: ftdetect ftw --- nvim/nvim/ftplugin/texinfo.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/nvim/ftplugin/texinfo.vim (limited to 'nvim') diff --git a/nvim/nvim/ftplugin/texinfo.vim b/nvim/nvim/ftplugin/texinfo.vim new file mode 100644 index 0000000..6efcd0f --- /dev/null +++ b/nvim/nvim/ftplugin/texinfo.vim @@ -0,0 +1,3 @@ +setlocal formatoptions+=t +setlocal spell +setlocal spelllang=en -- cgit v1.2.3