Skip to content

Latest commit

 

History

History

nvim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

TMUX

  1. Install neovim

    $ apt install neovim
    
  2. Install vim-plug

    $ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
    
  3. Create neovim config directory

    $ mkdir -p ~/.config/nvim
    
  4. Copy init.vim to ~/.config/nvim

  5. Open nvim and :PlugInstall