summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-06 12:34:19 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-06 12:34:19 +0200
commit9dea3407ac7163b4e892b5933b93a53ab1ebe5d6 (patch)
tree0e17bdd0dd854bc11e222164950065497fc0a547 /fnl/plugins.fnl
parent005f51bf206aca756d82eb54d170b71ba725cc9e (diff)
Add toggleterm
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r--fnl/plugins.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl
index 0025aa9..27d9e0d 100644
--- a/fnl/plugins.fnl
+++ b/fnl/plugins.fnl
@@ -52,6 +52,7 @@
:nvim-telescope/telescope-file-browser.nvim {}
:nvim-telescope/telescope-fzf-native.nvim {:run :make}
:nvim-telescope/telescope.nvim {:requires :nvim-lua/plenary.nvim}
+ :akinsho/toggleterm.nvim {}
:cappyzawa/trim.nvim {}
:moll/vim-bbye {}
:junegunn/vim-slash {}