Commit Graph

125 Commits

Author SHA1 Message Date
Joshua Steele
6b324105f9 Clear previous highlights. 2020-05-04 07:36:48 +03:00
Joshua Steele
642e0803b3 Add GitGutter highlighting. 2020-05-04 07:32:02 +03:00
Patrick Stockwell
0c73ea716b Add markdown and Vimwiki highlighting 2020-05-03 15:30:36 +10:00
Patrick Stockwell
cb8952f5db Add colours for mattn/calendar-vim 2020-05-02 23:13:52 +10:00
Patrick Stockwell
5f750fae30 Match typescript function keyword with javascript style 2020-04-29 22:58:30 +10:00
Patrick Stockwell
a599933c84 Add typescriptNull and typescriptBraces 2020-04-20 18:14:32 +10:00
Patrick Stockwell
c317662525 Update git diffs to use magenta and light_green
closes #25
2020-04-04 10:23:52 +11:00
Patrick Stockwell
d62678b0c0 Update author email 2019-11-30 19:35:48 +11:00
Patrick Stockwell
addd803a63 document 'What makes this tastier'
Address feedback from @alerque
closes #19
2019-08-23 11:11:32 +10:00
Patrick Stockwell
897bc15057 Add jsFutureKeys for typescript keywords 2019-08-07 13:56:55 +10:00
Patrick Stockwell
e3f5aed70d Update string template colour 2019-08-07 13:52:20 +10:00
Patrick Stockwell
5b6d5b4936 Highlight whole word in NERDTREE 2019-03-31 13:02:19 +11:00
Patrick Stockwell
744c44ebf9 Add ruby strings 2019-03-12 14:08:01 +11:00
Patrick Stockwell
14ddc6bdf7 add colorcolumn 2019-02-07 12:00:03 +11:00
Patrick Stockwell
405a436b32 add graphql definitions, add vundle to readme 2019-01-16 15:47:22 +11:00
Patrick Stockwell
ad1cb52a48 add colour palette to readme 2019-01-09 12:50:35 +11:00
Patrick Stockwell
1e08ba2dae update Global node objects 2019-01-08 14:52:46 +11:00
Patrick Stockwell
3748d14f6d Merge pull request #14 from georgeanderson/readme-use-colorscheme
Added hint to settings order under .vimrc
2018-12-30 16:23:46 +10:00
Patrick Stockwell
b836964a2e add example vimrc excerpt 2018-12-30 17:20:34 +11:00
George Guimarães
16dc6ff1d1 Added hint to settings order under .vimrc
This helps avoiding loading issues when the colorscheme is set
before the plugin is loaded.
2018-12-28 08:58:30 -06:00
Patrick Stockwell
49f198e9bd update screenshots 2018-12-23 16:37:16 +11:00
Patrick Stockwell
6dcddd8367 make null the same hl as undefined 2018-12-23 08:36:28 +11:00
Patrick Stockwell
ebba1ac627 add colors for functions in R 2018-12-21 11:17:15 +11:00
Patrick Stockwell
1f8f987e1a create testFiles directory for syntax checking 2018-12-21 10:51:54 +11:00
Patrick Stockwell
4cf3f30da8 Merge pull request #12 from ryanolsonx/improve-clojure
Add basic clojure improvements
2018-12-21 10:22:19 +11:00
Ryan Olson
c51e2c8d19 Add basic clojure improvements 2018-12-20 10:27:12 -07:00
Patrick Stockwell
f008ef45ec update README with dircolors & itermcolors 2018-12-20 23:34:58 +11:00
Patrick Stockwell
d3607d6001 remove red punctuation to reduce noise in js
make array brackets white
make commas purple
make semicolons white
2018-12-20 23:25:56 +11:00
Patrick Stockwell
0a991e2151 update README with new jsx plugin 2018-12-20 22:29:57 +11:00
Patrick Stockwell
2d882ba132 Add jsx highlighting rules using new plugin
MaxMEllon/vim-jsx-pretty
2018-12-20 22:29:57 +11:00
Patrick Stockwell
c56dfb2e0e update dircolors
make the hard-to-see files names clearer (.tar .tar.gz)
2018-12-20 17:14:50 +11:00
Patrick Stockwell
9b389c4f74 tweak magenta and yellow to more closely match cterm version 2018-12-20 15:58:09 +11:00
Patrick Stockwell
34a6fa3f08 Update iterm colours to compliment dircolors 2018-12-20 15:57:00 +11:00
Patrick Stockwell
95326ed9e1 add .dircolors file 2018-12-20 13:58:39 +11:00
Patrick Stockwell
2b657920b4 add rule for xml brackets 2018-12-19 22:44:52 +11:00
Patrick Stockwell
7ac655f141 Add SpellCap and SpellLocal
ALE, the linting engine uses these as linked highlights
2018-12-19 22:14:44 +11:00
Patrick Stockwell
66ebd4bad5 Merge pull request #8 from harababurel/master
improve MatchParen + Cursorline
2018-12-19 00:24:16 +11:00
Patrick Stockwell
a662111d47 s/bold/bold_underline
Co-Authored-By: harababurel <srg.pscs@gmail.com>
2018-12-18 10:20:13 +01:00
Patrick Stockwell
f7ec4a362c Merge pull request #9 from ChrisCallanJr/master
🔧 tweaked iTerm theme black-bright color for better visibility
2018-12-18 12:14:30 +11:00
Patrick Stockwell
650d535a3b remove early finish statement
ensures the global palette is assigned regardless of ctrlp
2018-12-18 12:05:32 +11:00
Chris Callan
abbade3cce 🔧 tweaked iTerm theme black-bright color for better visibility 2018-12-17 18:11:06 -05:00
Sergiu Puscas
07731f9434 Make cursor line/column dark grey for more visibility 2018-12-17 23:52:16 +01:00
Sergiu Puscas
8144deee4a Make matching paranthesis bold. 2018-12-17 23:48:31 +01:00
Patrick Stockwell
234a3080fa Merge pull request #5 from harababurel/master
s/none/NONE to fix "Cannot allocate color none" error
2018-12-18 08:07:56 +11:00
Sergiu Puscas
97d9c9d4d1 s/none/NONE to fix "Cannot allocate color none" error 2018-12-17 19:13:16 +01:00
Patrick Stockwell
96b8bc1cfe clarify italic use 2018-12-17 10:17:19 +11:00
Patrick Stockwell
2b909b6a72 move images to folder 2018-12-16 19:05:41 +11:00
Patrick Stockwell
e6bda06a1a Add iterm colours 2018-12-16 18:54:57 +11:00
Patrick Stockwell
234683b7f0 new screenshot 2018-12-16 14:09:07 +11:00
Patrick Stockwell
a7db54f57d show screenshot 2018-12-16 13:43:58 +11:00