Skip to content

LatorreDev/MyVimConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyVimConfig

My vim personal configuration

Apply for C and Python styling code C styling code is based on the linux kernel coding style

Requirements

  • Install Vundle
    • How to install vundle here

How to install

Download MyvimConfig

git clone https://github.com/LatorreDev/MyVimConfig.git

For Vim

copy the vimrc file to ~/.vimrc dont forget the . before vimrc, it means is a hidden file.

For Neovim

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.vim

example to copy

cat vimrc > ~/.config/nvim/init.vim

Enter to your .vimrc or you init file for neovim

Vim

vim ~/.vimrc

Neovim

vim ~/.config/nvim/init.vim

type

:source %

press Enter

and type

:PluginInstall

quit vim with

:q!

Restart vim and enjoy

More plugins

if you want to add more plugins you can visit vim awesome

About

💻 My vim personal configuration 💾

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published