summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-09-04 21:44:11 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-09-04 21:44:11 +0200
commit1b60038f04fe4fed3ab3e685d1add0f9dc496565 (patch)
treee6a9316f26bd5b47c8d4f75b75c5b05d242db92e
parent95a2108e06a1b9fc71afa8bb1c05312a3a0c870c (diff)
nvim: texinfo: ftdetect ftw
-rw-r--r--nvim/nvim/ftplugin/texinfo.vim3
1 files changed, 3 insertions, 0 deletions
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