[nvim] Add toggleterm plugin.

This commit is contained in:
Keanu Timmermans 2021-07-13 13:46:30 +02:00
parent 4e9ace97db
commit 6136f826db
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ let s:ctx = g:dotfiles_plugins_list_context
" Files {{{
call s:ctx.use('preservim/nerdtree')
call s:ctx.use('kyazdani42/nvim-web-devicons')
call s:ctx.use('akinsho/nvim-toggleterm.lua')
" }}}
" Language specific {{{

View File

@ -0,0 +1,4 @@
require("toggleterm").setup{
size = 15,
open_mapping = [[<C-\>]],
}