change ltex to start when asked like a good boy

This commit is contained in:
Christoph J. Scherr 2024-07-18 19:10:35 +02:00
parent 3e70f41080
commit f5662ce6d9
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ local servers = {
},
ltex = {
use_spellfile = true,
autostart = false,
filetypes = { 'latex', 'tex', 'markdown', 'typst' },
settings = {
ltex = {
checkFrequency = 'save', -- shut up while i'm just editing, see <https://github.com/folke/noice.nvim/issues/166>