diff --git a/.gitignore b/.gitignore index 5527336695..5c89661e65 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,5 @@ sources_forked/yankring/doc/tags sources_non_forked/tlib/doc/tags sources_non_forked/ctrlp.vim/doc/tags* my_plugins/ -my_configs.vim tags .DS_Store diff --git a/README.md b/README.md index 6b5755f26e..9f9e3caf0c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I would, of course, recommend using the awesome version. ### Install for your own user only The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal: - git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime + git clone --depth=1 https://github.com/FlyClover/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh ### Install for multiple users diff --git a/my_configs.vim b/my_configs.vim new file mode 100644 index 0000000000..85994fc71e --- /dev/null +++ b/my_configs.vim @@ -0,0 +1,6 @@ +let g:go_version_warning = 0 +let g:loaded_comfortable_motion = 0 +let g:ale_fix_on_save = 1 +let b:ale_warn_about_trailing_whitespace = 1 + +set number