diff options
Diffstat (limited to 'Common/nvim/after/ftplugin')
-rw-r--r-- | Common/nvim/after/ftplugin/md.lua | 2 | ||||
-rw-r--r-- | Common/nvim/after/ftplugin/tex.lua | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Common/nvim/after/ftplugin/md.lua b/Common/nvim/after/ftplugin/md.lua new file mode 100644 index 0000000..7da1969 --- /dev/null +++ b/Common/nvim/after/ftplugin/md.lua @@ -0,0 +1,2 @@ +vim.opt.spell = true +vim.opt.spelllang = "en_us" diff --git a/Common/nvim/after/ftplugin/tex.lua b/Common/nvim/after/ftplugin/tex.lua new file mode 100644 index 0000000..7da1969 --- /dev/null +++ b/Common/nvim/after/ftplugin/tex.lua @@ -0,0 +1,2 @@ +vim.opt.spell = true +vim.opt.spelllang = "en_us" |