Commit Graph

167 Commits

Author SHA1 Message Date
Patrick Stockwell
ae32b7f22a Add further LSP treesitter highlights for scala 2023-10-04 15:19:02 +11:00
Patrick Stockwell
c112e2d574 Add Dirvish directory listing colour
To avoid the purple clash with search highlight
2023-09-12 11:54:28 +10:00
Patrick Stockwell
3f59deae02 Only run LSP highlights for nvim 8 or later
Closes #43
2023-09-12 09:34:41 +10:00
Patrick Stockwell
5facd38476 Move treesitter highlights inside nvim condition 2023-09-11 14:14:43 +10:00
Patrick Stockwell
5b5014a567 Add Scala highlights 2023-09-11 12:38:35 +10:00
Patrick Stockwell
c6c25baf03 Add Treesitter highlights for scala and python 2023-08-31 16:37:14 +10:00
Patrick Stockwell
8c1052347d Remove plugin check
This exists check ensures that if the plugin has already loaded it won't
load again. This might be useful for plugins that shouldn't be loaded
more than once, but with a colorscheme, it means that we can't switch
to another colorscheme and come back to vim-monokai-tasty.

Obviously we want to be able to load the colorscheme anytime even if it
was loaded previously.
2023-02-15 22:42:44 +11:00
Patrick Stockwell
55dcb855be Make current search item more obvious with purple 2022-11-25 21:07:17 +11:00
Patrick Stockwell
050ee6b7fb Organise folded comments 2022-11-25 20:50:18 +11:00
Patrick Stockwell
a09ca6f837 Add documentation for active window config 2022-11-25 20:45:22 +11:00
Patrick Stockwell
82ce4cdd82 Conditionally highlight the inactive window 2022-11-25 20:30:53 +11:00
Patrick Stockwell
7c92e2816b Unify markdown styles with plugin & default syntax 2022-11-16 21:56:29 +11:00
Patrick Stockwell
ba24e74374 Update README 2022-11-15 21:21:18 +11:00
Patrick Stockwell
d07251b91f Provide default for vim_monokai_tasty_machine_tint
Closes #41
2022-11-15 20:40:57 +11:00
Patrick Stockwell
d0fb59b861 Add loaded check 2022-11-15 20:40:48 +11:00
Patrick Stockwell
04abfc4d71 Add missing base highlight groups 2022-11-13 21:45:13 +11:00
Patrick Stockwell
637ad8f560 Add style for notermguicolors 2022-11-13 21:20:39 +11:00
Patrick Stockwell
594868da58 Add fold comments to groups by language/plugin 2022-11-13 21:12:17 +11:00
Patrick Stockwell
dfe149ce96 Add fold comments 2022-11-13 21:01:47 +11:00
Patrick Stockwell
a5f8b21a80 Remove empty lines 2022-11-13 21:01:25 +11:00
Patrick Stockwell
205272e4ef Move js highlight to JS section 2022-11-13 21:00:33 +11:00
Patrick Stockwell
4b7520e745 Use correct case for diff highlight groups 2022-11-13 20:58:49 +11:00
Patrick Stockwell
363e7542c8 Remove custom highlight groups 2022-11-13 20:58:38 +11:00
Patrick Stockwell
36244012dd Move custom statusline highlights 2022-11-13 20:58:04 +11:00
Patrick Stockwell
293c89f41b Add missing highlight groups 2022-11-13 20:57:37 +11:00
Patrick Stockwell
f9201dc8a7 Add off white colour 2022-11-13 20:57:05 +11:00
Patrick Stockwell
2926fe917f Group italics into comment fold 2022-11-13 20:56:36 +11:00
Patrick Stockwell
bcbfda6243 Add NormalNC highlight 2022-11-13 20:39:24 +11:00
Patrick Stockwell
ca68146e12 Move quickfix colours 2022-11-13 20:39:05 +11:00
Patrick Stockwell
828ccd1307 Add missing Cursor highlights 2022-11-13 19:58:22 +11:00
Patrick Stockwell
6dc28ce19f Capitalise hex values 2022-11-13 17:50:01 +11:00
Patrick Stockwell
9c5f1b60bf Improve search colours. Add CurSearch 2022-11-13 17:49:31 +11:00
Patrick Stockwell
3c066067d3 Add monokai machine tint 2022-11-12 19:37:52 +11:00
Patrick Stockwell
56b6d710ce Simplify cursor line highlight 2022-11-09 14:59:04 +11:00
Patrick Stockwell
13a0d38fea Update TS class colours to match js 2022-06-01 11:37:11 +10:00
Patrick Stockwell
49823bd19a Add Scala colours 2022-05-13 09:36:27 +10:00
Patrick Stockwell
4f57429853 Update netrw colours 2022-04-22 20:30:40 +10:00
Patrick Stockwell
485dd2d324 Replace placehold with place-hold 2022-04-22 20:11:17 +10:00
Patrick Stockwell
66aa98ed3b Add specific highlights for Scala 2022-03-27 20:06:37 +11:00
Patrick Stockwell
87c48b72c9 Make bold the same as italic 2021-12-10 21:09:49 +11:00
patstockwell
21eb9fa56a Merge pull request #39 from aldur/nvim_0.6
Add LSP highlights for nvim 0.6
2021-12-04 14:13:32 +11:00
Patrick Stockwell
ccd740942f Align colours with vimwiki markdown 2021-12-03 21:58:47 +11:00
Adriano Di Luzio
e14671cf4f Add LSP highlights for NVIM 0.6
See here: a5bbb932f9
2021-12-02 16:50:45 +01:00
Patrick Stockwell
ab03cdf750 Fix VimwikiItalicChar 2021-12-01 11:19:34 +11:00
Patrick Stockwell
96bbecdda2 Add bold and regular version of statuline mode 2021-11-30 21:48:19 +11:00
Patrick Stockwell
7cd2a7e4f6 Use darker background for statusline 2021-11-27 22:20:05 +11:00
Patrick Stockwell
30e7e99ca8 Remove duplicate StatusLine highlight 2021-11-27 22:02:03 +11:00
Patrick Stockwell
9fc7b8a09d Use single quotes for consistency 2021-11-14 14:06:42 +11:00
Patrick Stockwell
d5880ef4a3 Change Highlight function to allow missing fields 2021-11-14 14:02:31 +11:00
Patrick Stockwell
1eb70ea018 Remove fixed background on special key 2021-11-13 23:18:05 +11:00