Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 743 Bytes

My precious.

Troubleshooting

Tmux

  • When shortcuts do not work: System Preferences - > Keyboard - Shortcut -> Input Source -> uncheck "select the previous input source"
  • Run ctrl-space + I

NVIM

  • Run :checkhealth
  • Run :PackerInstall
  • npm install -g livedown
  • ln -s $HOME/.local/share/nvim/site/pack/packer/start/vipe $HOME/bin
  • rm -rf ~/.local/share/nvim

Solargraph

  • If it complains about now being able to find Gemfile or .bundle directory, that's because: either it has the useBundler set to true and nvim tries to open another zsh session, so load things in the .zprofile or just install the gem manually and set the useBundler to false.

Git

  • cp config/git-authors.sample ~/.git-authors