diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-06 13:49:49 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-06 13:49:49 +0200 |
commit | 186457c467a10ad5f587a98ded919b159e3947b2 (patch) | |
tree | f5ee7e77d53be4f3759f7bb063c6adf966922390 /fnl | |
parent | 54e3de20cda354b680f3a2b139970eed7168bb39 (diff) |
Set shade_terminals in toggleterm to false
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/toggleterm.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/toggleterm.fnl b/fnl/config/toggleterm.fnl index 7d4a86e..87d9eb6 100644 --- a/fnl/config/toggleterm.fnl +++ b/fnl/config/toggleterm.fnl @@ -1,6 +1,6 @@ ;; Terminal inside nvim. (module config.toggleterm {autoload {: util}}) -(def- opts {}) +(def- opts {:shade_terminals false}) (util.use-config :toggleterm opts) |