Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 568 Bytes

This is just my personal Neovim setup.

Setup

Packer needs to be installed to work, so first run:

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

then, when in neovim, run :PackerSync

Telescope / Grep Search

The telescope grep search requires ripgrep to be installed locally.

Go / Structrue

gotags is required

go install github.com/jstemmer/gotags@latest

for structrue