Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.41 KB

dependencies

setup

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