johnthedebs / dotvim

My .vim directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 node@16 par python@3.11 ripgrep
brew link node@16

# 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>

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


Languages

Language:Vim Script 69.0%Language:Vim Snippet 28.4%Language:Python 2.6%