diff options
author | Abouzar Parvan <[email protected]> | 2021-07-15 05:51:16 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-15 05:51:16 +0430 |
commit | 64eeec38808d27b3709f92862bd07e25140add59 (patch) | |
tree | f4987102a03aef947e4a24d9496d941f7e206bec /utils | |
parent | f95e150518e40f08a2cb31365e90895e31465d7e (diff) |
fixed styling issues (#952)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/installer/lv-config.example-no-ts.lua | 1 | ||||
-rw-r--r-- | utils/installer/lv-config.example.lua | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 33d9f433..4465ea9e 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.lua @@ -50,7 +50,6 @@ O.lang.tsserver.linter = nil -- O.lang.latex.auto_save = false -- O.lang.latex.ignore_errors = { } - -- Additional Plugins -- O.user_plugins = { -- {"folke/tokyonight.nvim"}, { diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index c52a6e0d..fd2da731 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -57,7 +57,7 @@ O.lang.tsserver.linter = nil O.lang.latex.active = true O.lang.latex.aux_directory = "." O.lang.latex.bibtex_formatter = "texlab" -O.lang.latex.build.args = { '-pdf', '-interaction=nonstopmode', '-synctex=1', '%f' } +O.lang.latex.build.args = { "-pdf", "-interaction=nonstopmode", "-synctex=1", "%f" } O.lang.latex.build.executable = "latexmk" O.lang.latex.build.forward_search_after = false O.lang.latex.build.on_save = false |