diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-25 18:16:24 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-25 18:16:24 +0100 |
| commit | 063c2d97218cdabe0634054a8038cd6b5c9a9a12 (patch) | |
| tree | 768cb00820e92f577fe59253ba07e58f606ced4e /ftplugin | |
| parent | af7c85ef9daaf702a179a9b3d66d03eff71db7a6 (diff) | |
| download | neovim-config-063c2d97218cdabe0634054a8038cd6b5c9a9a12.tar.gz neovim-config-063c2d97218cdabe0634054a8038cd6b5c9a9a12.tar.bz2 neovim-config-063c2d97218cdabe0634054a8038cd6b5c9a9a12.zip | |
cleanup, snippets
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/tex.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftplugin/tex.lua b/ftplugin/tex.lua index 11cbd45..7a1e5b3 100644 --- a/ftplugin/tex.lua +++ b/ftplugin/tex.lua @@ -1 +1,2 @@ -vim.opt.conceallevel = 1
\ No newline at end of file +vim.opt.conceallevel = 1 +vim.opt.spell = true
\ No newline at end of file |
