Go to file
2024-04-02 22:00:46 -04:00
autoload Update vim-plug 2024-04-02 17:33:41 -04:00
.gitignore Initial commit 2022-03-24 20:44:21 -04:00
coc-settings.json Initial commit 2022-03-24 20:44:21 -04:00
README.md Initial commit 2022-03-24 20:44:21 -04:00
screenshot.png Initial commit 2022-03-24 20:44:21 -04:00
vimrc Refresh coc.nvim completion trigger code 2024-04-02 22:00:46 -04:00

.vim configuration

Clone this repository in a directory named .vim in your home directory (hence the name "dotvim"). Create a symbolic link from the vimrc file to a file named .vimrc in your home directory.

For example:

zo@laptop:~$ cd
zo@laptop:~$ git clone https://github.com/zoeisnowooze/dotvim.git .vim
Cloning into '.vim'...
...
zo@laptop:~$ ln -s .vim/vimrc .vimrc
zo@laptop:~$ vim

When you're ready, launch Vim and use the :PlugInstall command to install all the plug-ins.