1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 03:20:29 +01:00
gryf 990186b7af Don't complain on missing colorscheme
If we bootstrap from empty repo, vim will complain about missing
colorscheme, since we don't have it yet. Added silent before the
colorscheme command, so that we can do non-disruptive config update.
2019-06-17 11:58:44 +02:00
2017-05-10 19:29:20 +02:00
2019-02-21 10:59:06 +01:00
2019-06-17 11:58:44 +02:00

This repository contains my Vim config just for convenience in making the copy of it.

It uses vim-plug plugin manager, so after cloning, just open vim, and it will automatically install all the plugins.

Other than that, there are two additional config files which can be added to the configuration as a local configuration files just to not mess up with main config file. Both of them should be placed under $HOME/.vim directory.

First one is vimrc.local, which might contain additional/override options for specific machine.

The other plugins.local and similarly there can be additional plugins defined.

Description
My Vim configuration
Readme 5.2 MiB
Languages
Vim script 92.8%
Vim Snippet 7.2%