diff options
author | June McEnroe <june@causal.agency> | 2016-08-24 11:27:25 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-08-24 11:27:25 -0400 |
commit | 3cbb2c45da47fe78eca9e13021e0aa06d424ffc7 (patch) | |
tree | 4bd1ffe5e03efa1ef95e83288b5fa0d65950d800 /.config/nvim/colors | |
parent | Remove scroll bindings from nvim config (diff) | |
download | src-3cbb2c45da47fe78eca9e13021e0aa06d424ffc7.tar.gz src-3cbb2c45da47fe78eca9e13021e0aa06d424ffc7.zip |
Highlight rubyDefine as Structure
Diffstat (limited to '.config/nvim/colors')
-rw-r--r-- | .config/nvim/colors/subtle.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim index 2f2a4c38..a60535c1 100644 --- a/.config/nvim/colors/subtle.vim +++ b/.config/nvim/colors/subtle.vim @@ -51,3 +51,4 @@ hi Todo ctermbg=NONE ctermfg=LightBlue hi SpecialKey ctermfg=DarkGray hi link rustModPath Identifier +hi link rubyDefine Structure |