Skip to content

wilson100hong/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Vim 1.

sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim
  1. Copy .vimrc and colors
   cp .vimrc ~/.vim/
   cp colors ~/.vim/
   ln -s ~/.vim/vimrc ~/.vimrc 
  1. Install VimPlug
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. YouComplete Install https://www.jianshu.com/p/d908ce81017a copy .ycm_extra_conf.py

#NeoVim

  1. Install Neovim: https://github.com/neovim/neovim/wiki/Installing-Neovim

  2. Copy init.vim and colors to ~/.config/nvim/

   cp init.vim ~/.config/nvim
   cp colors ~/.config/nvim
  1. Install VimPlug
    curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

#Plugins

  1. in vim/nvim,
:PlugInstall

About

dot files (vim, ..)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published