Added nuake console

main
Michael Mandl 2020-05-24 12:58:51 +02:00
parent 29f6d2e835
commit eb3b1f1364
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Plug 'RRethy/vim-illuminate'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-commentary'
Plug 'Lenovsky/nuake'
Plug 'git@gitlab.softwareparadies.de:IDE/swp-vim.git'
call plug#end()
@ -133,6 +135,11 @@ endfunction
let timerChecktime = timer_start(4000, 'CheckTime', {'repeat': -1})
" }}}
" nuake console
nnoremap <F4> :Nuake<CR>
inoremap <F4> <C-\><C-n>:Nuake<CR>
tnoremap <F4> <C-\><C-n>:Nuake<CR>
augroup cpp_settings
autocmd!
autocmd Filetype cpp set colorcolumn=101