From f58782563ea933f31e8886f511ec2b5824def19b Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Wed, 14 Jul 2021 23:15:12 -0400 Subject: user toggleterm instead of fterm --- utils/installer/lv-config.example-no-ts.lua | 3 +-- utils/installer/lv-config.example.lua | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'utils') diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 33d9f433..7ab4536f 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.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 @@ -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..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 -- cgit v1.2.3