Skip to content

johnthedebs/dotvim

Repository files navigation

Installation

To install this vim configuration to a new machine:

# Clone the git repository
git clone git://github.com/johnthedebs/dotvim.git ~/.vim
# Link the .editorconfig and .ctags files
ln -s ~/.vim/editorconfig ~/.editorconfig
ln -s ~/.vim/ctags ~/.ctags

# Install dependencies
brew install bat black ctags fd fzf par ripgrep

# via asdf, nvm, brew, whatever:
# node@22
# [email protected] 

# From within vim, to install plugins:
:PlugInstall
# To update plugins:
:PlugUpdate
# To remove plugins:
:PlugClean

# To update Coc extensions
:CocUpdate
# To remove one, delete from vimrc then:
:CocUninstall <extension>

# To Update plugins & coc extensions at the same time
:Update

For tailwindcss w/ full twin.macro support: iamcco/coc-tailwindcss#34 (comment)

I recommend getting the latest release of MacVim here: https://github.com/macvim-dev/macvim/releases

Vim Resources

Thanks to

About

My .vim directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published