change ltex to start when asked like a good boy
This commit is contained in:
parent
3e70f41080
commit
f5662ce6d9
|
@ -187,6 +187,8 @@ local servers = {
|
||||||
},
|
},
|
||||||
ltex = {
|
ltex = {
|
||||||
use_spellfile = true,
|
use_spellfile = true,
|
||||||
|
autostart = false,
|
||||||
|
filetypes = { 'latex', 'tex', 'markdown', 'typst' },
|
||||||
settings = {
|
settings = {
|
||||||
ltex = {
|
ltex = {
|
||||||
checkFrequency = 'save', -- shut up while i'm just editing, see <https://github.com/folke/noice.nvim/issues/166>
|
checkFrequency = 'save', -- shut up while i'm just editing, see <https://github.com/folke/noice.nvim/issues/166>
|
||||||
|
|
Loading…
Reference in New Issue