user toggleterm instead of fterm

This commit is contained in:
christianchiarulli 2021-07-14 23:15:12 -04:00
parent f95e150518
commit f58782563e
7 changed files with 85 additions and 85 deletions

View file

@ -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"}, {