Compare commits

..

No commits in common. "043be7af96ace17d398576421b4ea27fe206907b" and "4e9ace97db66c84e0d66c795ca0fe57bf2c76da3" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View file

@ -8,8 +8,6 @@ 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')
call s:ctx.use('antoyo/vim-licenses')
" }}}
" Language specific {{{

View file

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