diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-06 12:34:19 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-06 12:34:19 +0200 |
commit | 9dea3407ac7163b4e892b5933b93a53ab1ebe5d6 (patch) | |
tree | 0e17bdd0dd854bc11e222164950065497fc0a547 /fnl/config/toggleterm.fnl | |
parent | 005f51bf206aca756d82eb54d170b71ba725cc9e (diff) |
Add toggleterm
Diffstat (limited to 'fnl/config/toggleterm.fnl')
-rw-r--r-- | fnl/config/toggleterm.fnl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/config/toggleterm.fnl b/fnl/config/toggleterm.fnl new file mode 100644 index 0000000..7d4a86e --- /dev/null +++ b/fnl/config/toggleterm.fnl @@ -0,0 +1,6 @@ +;; Terminal inside nvim. +(module config.toggleterm {autoload {: util}}) + +(def- opts {}) + +(util.use-config :toggleterm opts) |