mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
4e9ace97db
...
043be7af96
Author | SHA1 | Date | |
---|---|---|---|
043be7af96 | |||
6136f826db |
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,8 @@ 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 {{{
|
||||
|
|
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…
Add table
Add a link
Reference in a new issue