My vim personal configuration
Apply for C and Python styling code C styling code is based on the linux kernel coding style
- Install Vundle
- How to install vundle here
Download MyvimConfig
git clone https://github.com/LatorreDev/MyVimConfig.gitcopy the vimrc file to ~/.vimrc dont forget the . before vimrc, it means is a hidden file.
copy the vimrc file to ~/.config/nvim/init.vim create the folders and the file if those don't exist
mkdir ~/.config/nvim
touch ~/.config/nvim/init.vimexample to copy
cat vimrc > ~/.config/nvim/init.vimEnter to your .vimrc or you init file for neovim
vim ~/.vimrcvim ~/.config/nvim/init.vimtype
:source %press Enter
and type
:PluginInstallquit vim with
:q!Restart vim and enjoy
if you want to add more plugins you can visit vim awesome