9Y5 / nvim

My vim/nvim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim

Goal: To document a carefully versioned neovim (nvim binary and config files), so that it'll be easier to recreate the same neovim environment on a new dev macbook.

Main uses: Development in

  • go
  • javascript
  • typescript
  • jsx/tsx
  • python
  • terraform

Known Dependencies

pip3 install neovim # TODO: fix this dependency
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/734d9a11b5a6354e6a66e152dee5d311233e033c/plug.vim

Install (Versioned) Packages

nvim -c ":source versionlock.vim"

Override

mv local_overrides.sample.vim local_overrides.vim

About

My vim/nvim config


Languages

Language:Vim Script 100.0%