Skip to content

gabroo/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published