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 /README.md | |
parent | f95e150518e40f08a2cb31365e90895e31465d7e (diff) |
user toggleterm instead of fterm
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ O.leader_key = ' ' -- After changing plugin config it is recommended to run :PackerCompile O.plugin.dashboard.active = true -O.plugin.floatterm.active = true +O.plugin.terminal.active = true O.plugin.zen.active = true -- if you don't want all the parsers change this to a table of the ones you want |