Skip to content

fcapovilla/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

    git clone git://github.com/fcapovilla/dotvim.git ~/.vim

Create symlinks:

    ln -s ~/.vim/vimrc ~/.vimrc
    ln -s ~/.vim/gvimrc ~/.gvimrc

Install CoC dependencies with asdf

    git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
    echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
    echo '. $HOME/.asdf/asdf.sh' >> ~/.zshrc
    asdf plugin-add nodejs
    asdf install nodejs 14.20.0
    asdf global nodejs 14.20.0
    npm install --global yarn

For copy-paste support in Wayland, install `wl-clipboard`.

Open Vim and Install plugins

    :PlugInstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published