Skip to content

talatmursalin/cppex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

cppex

vim plugin thats emulates compile and run funalities.

Dependencies

cppex require vim 8+ or neovim 0.3+ cppex is just a wrapper. The whole plugin depends on neoterm plugin.

Installation

should be just like any other plugin.

Usage

run call ExEnforce() to compile and run c/cpp program. add to your init.vim/.vimrc for convenience

nnoremap <F8> :call ExEnforce() <CR>
let g:neoterm_default_mod='belowright' " open terminal in bottom split
let g:neoterm_size=16 " terminal split size
let g:neoterm_autoscroll=1 " scroll to the bottom when running a command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published