Skip to content
/ dotvim Public

Vim (vimscript) configuration for React JS, Typescript and many other languages

License

Notifications You must be signed in to change notification settings

s1n7ax/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

dotvim

dotvim contains some cool plugins for day to day Linux stuff

features

preconditions

run

# install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

#install vimplug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

clone the project

git clone https://github.com/s1n7ax/dotvim.git ~/dotvim

place the vimrc

cd ~/dotvim
cp $HOME/dotvim/vimrc ~/.vimrc

install vim plugins

run

# open vim or nvim
vim

# install vim plug plugins
:PlugInstall

# install vundle plugins
:PluginInstall

restart vim

enjoy~!

About

Vim (vimscript) configuration for React JS, Typescript and many other languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published