diff options
author | christianchiarulli <[email protected]> | 2021-07-14 23:15:12 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-14 23:15:12 -0400 |
commit | f58782563ea933f31e8886f511ec2b5824def19b (patch) | |
tree | e6cfaf7f5a980cfe19b2a9d884a75e363e1e78e8 /utils/installer/lv-config.example.lua | |
parent | f95e150518e40f08a2cb31365e90895e31465d7e (diff) |
user toggleterm instead of fterm
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index c52a6e0d..45e7fbed 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -21,7 +21,7 @@ O.leader_key = " " -- TODO: User Config for predefined plugins -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile O.plugin.dashboard.active = true -O.plugin.floatterm.active = true +O.plugin.terminal.active = true O.plugin.zen.active = false O.plugin.zen.window.height = 0.90 @@ -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 |