git clone https://github.com/gabroo/nvim.git ~/.config/nvim
mkdir ~/.config/nvim/undo
echo "source-file ~/.config/tmux/.tmux.conf" >> ~/.tmux.conf
if you have issues with tmux-256color
, see this
you will also need a font that has been patched with Devicon glyphs for nvim-tree
icons to show up, for example:
brew tap homebrew/cask-fonts
brew install --cask font-[name]-nerd-font
fzf compatibility with fish:
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fisher install PatrickF1/fzf.fish
install your desired language servers and add them to the loop in nvim/lua/lsp.lua
bootstrap packer.nvim
:
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
open nvim
and run :PackerSync