Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 764 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 764 Bytes

dotfiles

Submodule

# Periodically run to update submodules to latest version
git submodule update --init --remote

Nerd Font

Install

brew install neovim

ln -s $PWD ~/.config/nvim

Language Server Protocol Implementations

go install golang.org/x/tools/gopls@latest
brew install pyright

GitConfig

git config --edit --global

Add this line

[include]
  path = ~/path/to/custom/config