Monday, February 6, 2023

VIM C++ SUPPORT

 Install latest VIM from git

 

 vi .bashrc

alias vi="vim"


vi ~/.vimrc

unlet! skip_defaults_vim
source $VIMRUNTIME/defaults.vim
set mouse=

No comments:

Post a Comment