diff options
| author | Nanderty <psopka@sopka.ch> | 2023-04-22 12:10:01 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-04-22 12:10:01 +0200 |
| commit | d37f266e7719a67faa99b3ec62e9a51f0033cfc2 (patch) | |
| tree | 7e667b5462d88ae9a593378d3a919349c027153b /ftplugin/tex.lua | |
| parent | 9b3ab411798c36f4402ecb34eb77a0ee86a03447 (diff) | |
| download | neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.tar.gz neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.tar.bz2 neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.zip | |
starter verbesserungen
Diffstat (limited to 'ftplugin/tex.lua')
| -rw-r--r-- | ftplugin/tex.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/tex.lua b/ftplugin/tex.lua index 7a1e5b3..6a49fff 100644 --- a/ftplugin/tex.lua +++ b/ftplugin/tex.lua @@ -1,2 +1,2 @@ vim.opt.conceallevel = 1 -vim.opt.spell = true
\ No newline at end of file +vim.opt.spell = true |
