My vim config makes use of Vundle to manage plugins.
brew install neovim tmux
brew install --cask font-jetbrains-mono ghostty
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -Lo- http://bit.ly/vim_config | bash
cd ~/.vim && rake
Install pynvim as a global tool:
uv tool install pynvim
Add to your Neovim config:
-- init.lua
vim.g.python3_host_prog = vim.fn.expand("~/.local/share/uv/tools/pynvim/bin/python")Verify with :checkhealth provider