a vim configure file
This is practical vim config file for windows.
github.com/zzz136454872/_vimrc
platform
windows
appearance
functions
Use Ctrl+u to compile and(or) run your code.
-
autocompile
now it can compile (or run) c, cpp, latex, java, go and even arduino.of course, it needs the compiler.
-
automake
press to run mingw32-makeneeds gcc tool chain.
plug-ins
- vim-plug
It needs to be installed manually. - nerdtree
- vim-latex
- vim-markdown
these will be installed using:PlugInstall
after vim-plug is installed.
Before this command, delete what you don’t need and add what else you need.
software dependencies
- gcc
- g++
- mingw32-make
- jdk
- go
- arduino
- texlive
Install what you need.
for linux
a similar gvim configure file is at
vimrc_for_ubuntu
if anything in need contract me at zzz136454872@163.com