mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
user toggleterm instead of fterm
This commit is contained in:
parent
f95e150518
commit
f58782563e
7 changed files with 85 additions and 85 deletions
|
@ -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"}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue