Based on the awesome tutorial by Gabrielle Young
- A neovim build with a minimal set of plugins, keybinding and mappings - using neovims lspconfig. TODO: consider moving key mappings into a separate file and not a per-plugin basis.
- A hybrid vim / neovim configuration that will work on both using coc.nvim instead of lspoconfig.
This is a single file for the vim config (
.vimrc
) and a coc-settings.json to accompany all related LSP things.
echo ".dtf" >> .gitignore
git clone --bare git@github.com:silicakes/dotfiles.git $HOME/.dtf
alias dtf='/usr/bin/git --git-dir=$HOME/.dtf/ --work-tree=$HOME'
dtf config --local status.showUntrackedFiles no
dtf checkout