mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add toggleterm plugin.
This commit is contained in:
parent
4e9ace97db
commit
6136f826db
2 changed files with 5 additions and 0 deletions
|
@ -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 {{{
|
||||
|
|
4
nvim/plugin/toggleterm.lua
Normal file
4
nvim/plugin/toggleterm.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
require("toggleterm").setup{
|
||||
size = 15,
|
||||
open_mapping = [[<C-\>]],
|
||||
}
|
Loading…
Reference in a new issue