Skip to content

gstrenge/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

dotfiles

.vimrc (neovim)

  1. Install neovim:
sudo apt install neovim
  1. Install node.js:
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
  1. Install Pluggin Manager
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Setup init.vim:
mkdir ~/.config/nvim
touch ~/.config/nvim/init.vim
  1. Add to init.vim (insert the following in init.vim):
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc
  1. Edit vimrc Paste the vimrc from this repo into ~/.vimrc

  2. Install pluggins: Run nvim:

nvim
  1. Run installer:
:PlugInstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published