A repo for my dotfiles, especially vim files
TODO: document how to setup neovim with Lazyvim
the repo was initaily meant for hosting vim files. I however switched to using neovim and hence the neovim folder. The .vim folder has a file containing plugins i use with vim. The neovim folder is all you need if you will be working with neovim.
After cloning the repo, you will need to create a symlink to point to the location
ln -s /path-to-cloned-repo/dotfiles/neovim/init.vim /Users/username/.config/nvim/init.vim
ln -s /path-to-cloned-repo/dotfiles/.vimrc /Users/username/.vimrc
and same applies for the plugins.vim and any other file you might want to symlink
ln -s /path-to-cloned-repo/dotfiles/neovim/plugins.vim /Users/username/.config/nvim/plugins.vim
this should be good to get you started
troubleshoot/debug key bindings/mappings : sometimes mappings my not work as expected.
video showing how to use emmet for html snippets
do :help map-which-keys for vim's suggestions on what keys to map.
showing diagnostic window on hover
after installing dependencies also install the respective coc-server for your perffered language. e.g for js/ts install coc-tsserver
- coc-tsserver
- coc-prettier