summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index b10c9590..a48e64a4 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -150,6 +150,35 @@ O = {
},
kotlin = {},
latex = {
+ filetypes = { "tex", "bib"},
+ aux_directory = nil,
+ bibtex_formatter = "texlab",
+ diagnostics_delay = 300,
+ formatter_line_length = 80,
+ latex_formatter = "latexindent",
+ build = {
+ executable = "latexmk",
+ args = {'-pdf', '-interaction=nonstopmode', '-synctex=1', '%f'},
+ on_save = false,
+ forward_search_after = false,
+ },
+ chktex = {
+ on_open_and_save = false,
+ on_edit = false,
+ },
+ forward_search = {
+ executable = nil,
+ args = {}
+ },
+ latexindent = {
+ ["local"] = nil,
+ modify_line_breaks = false
+ },
+ diagnostics = {
+ virtual_text = {spacing = 0, prefix = "ï„‘"},
+ signs = true,
+ underline = true,
+ },
auto_save = false,
ignore_errors = {},
},