fix latex setup

This commit is contained in:
iris committed 2023-04-10 01:03:47 -04:00
1 parent fdc5ae7fcf
commit 1a38f7a6af
4 files changed
+23 -5

No files matched your search

+9
View File
@@ -49,6 +49,15 @@ local config = function()
c.pylsp.setup {}
c.kotlin_language_server.setup {}
c.jsonls.setup {}
c.texlab.setup {
settings = {
texlab = {
build = {
onSave = true
}
}
}
}
require 'config.lsp-settings'
end