Skip to content

Commit

Permalink
Merge pull request #59 from arcticicestudio/improvement/gh-43-vim-plu…
Browse files Browse the repository at this point in the history
…g-support

Add plugin support for vim-plug
  • Loading branch information
arcticicestudio committed Sep 28, 2017
2 parents 0992126 + d3a9615 commit e532b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions colors/nord.vim
Expand Up @@ -118,6 +118,7 @@ call s:hi("Underline", "", "", "", "", "underline", "")
call s:hi("ColorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")
call s:hi("Cursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "")
call s:hi("CursorLine", "", s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
call s:hi("Error", s:nord0_gui, s:nord11_gui, "", s:nord11_term, "", "")
call s:hi("iCursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "")
call s:hi("LineNr", s:nord3_gui, s:nord0_gui, s:nord3_term, "NONE", "", "")
call s:hi("MatchParen", s:nord0_gui, s:nord8_gui, s:nord1_term, s:nord8_term, "", "")
Expand Down Expand Up @@ -436,6 +437,10 @@ hi! link NERDTreeHelp Comment
hi! link CtrlPMatch Keyword
hi! link CtrlPBufferHid Normal

" vim-plug
" > junegunn/vim-plug
call s:hi("plugDeleted", s:nord11_gui, "", "", s:nord11_term, "", "")

"+--- Languages ---+
" JavaScript
" > pangloss/vim-javascript
Expand Down

0 comments on commit e532b5d

Please sign in to comment.