Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed Dec 4, 2020
2 parents f7739cb + 6c08cf8 commit a16f37b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nvim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Plug 'tpope/vim-repeat'
Plug 'ntpeters/vim-better-whitespace'
" buffer closer
Plug 'Asheq/close-buffers.vim'
" matchup with closing match
Plug 'andymass/vim-matchup'
" popup terminal
Plug 'voldikss/vim-floaterm'
" colorschemes
Plug 'colepeters/spacemacs-theme.vim'
Plug 'gruvbox-community/gruvbox'
Expand Down
8 changes: 8 additions & 0 deletions .config/nvim/settings.plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,14 @@ let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
nnoremap <silent> <C-q> :Bdelete menu<CR>

" floaterm confs
let g:floaterm_keymap_new = '<F7>'
let g:floaterm_keymap_prev = '<F8>'
let g:floaterm_keymap_next = '<F9>'
let g:floaterm_keymap_toggle = '<F12>'
hi FloatermBorder guibg=black guifg=orange


" Terminal confs -------------------------------------------------------------
" turn terminal to normal mode with escape
tnoremap <Esc> <C-\><C-n>
Expand Down

0 comments on commit a16f37b

Please sign in to comment.