summaryrefslogtreecommitdiff
path: root/utils/installer/lv-config.example-no-ts.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-14 23:15:12 -0400
committerchristianchiarulli <[email protected]>2021-07-14 23:15:12 -0400
commitf58782563ea933f31e8886f511ec2b5824def19b (patch)
treee6cfaf7f5a980cfe19b2a9d884a75e363e1e78e8 /utils/installer/lv-config.example-no-ts.lua
parentf95e150518e40f08a2cb31365e90895e31465d7e (diff)
user toggleterm instead of fterm
Diffstat (limited to 'utils/installer/lv-config.example-no-ts.lua')
-rw-r--r--utils/installer/lv-config.example-no-ts.lua3
1 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..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"}, {