Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vim/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This directory contains settings for various vim plugins and vim itself.

## Plugin Settings

Each plugin's overrides/settings should be put in a separate file named `{plugin-name}.vim`.
Each plugin's overrides/settings should be put in a separate file named `plugin-{plugin-name}.vim`.

## Vim Settings

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ if !exists("g:yadr_disable_solarized_enhancements")
hi! EasyMotionTarget ctermfg=100 guifg=#4CE660 gui=bold

" Make sure this file loads itself on top of any other color settings
au VimEnter * so ~/.vim/settings/solarized.vim
au VimEnter * so ~/.vim/settings/plugin-solarized.vim
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.