Commit Graph

17 Commits

Author SHA1 Message Date
hedy
a87f73c3b2 BREAKING,feat: Customizable guide markers
See readme
2023-11-02 17:46:27 +08:00
Simrat Grewal
65742f3b93 feat(ui): Improve FocusedSymbol highlight 2022-08-11 14:55:54 -07:00
Simrat Grewal
094334c1a8 feat(ui): Rework how highlights are applied to outlines
* Previously we used vim's pattern matching which is not a great way to
  do this in neovim, as tree-sitter doesn't support it.

* Now we use the neovim apis which are range based
2022-08-10 17:42:50 -07:00
Simrat Grewal
ce21cf3f66 chore: Remove use of global vars + other cleanups 2022-08-10 17:05:39 -07:00
Simrat Grewal
ed6c058eee chore: stylua 2022-08-10 15:29:39 -07:00
FollieHiyuki
d980dbf947 Format with stylua 2022-02-22 22:32:53 +07:00
Matthew Schauer
70ddcccbca Highlight icons using highlight regions rather than matching rules 2022-02-02 21:01:31 -08:00
Dan Sully
3399168607 Spelling fixes. 2021-09-25 08:24:43 -07:00
simrat39
80490ad0c6 fix: Remove ctermfg for highlights
Nobody needs this
Fixes #61
2021-08-28 16:32:39 -07:00
Omar Zeghouani
9a74879d31 Remove print statement 2021-08-21 09:46:03 +01:00
simrat39
40b7d5cbaa fix: ui: Follow links while setting up SymbolsOutlineConnector
we link to comment but dont follow links which makes it wonky with
themes. Also make the highlight customizable.
2021-08-20 19:34:01 -07:00
Gabriele Musco
f04ed3732f Use Comment color instead of SignColumn 2021-08-01 12:22:01 -07:00
simrat39
1784dcc520 fix(ui): Use a seperate highlight for connectors
* Some colorschemes do some funky things with the comment highlight, most
  notably making them italic, which messes up the outline connector. Fix
  this by copying the foreground color from the comment hl into a new
  highlight.

* Closes #42
2021-07-27 15:16:03 -07:00
simrat39
3e9e019b03 feat(ui/config): Add config option to change icons and highlights
Closes #37
Kinda related to #19
2021-07-17 20:28:50 -07:00
simrat39
e03a9aee80 ui: Check if FocusedSymbol highlight exists before creating it
This way, users / themes can set their own
Closes #2
2021-04-24 19:17:55 -07:00
simrat39
062dac0ac1 ui: Improve FocusedSymbol highlight 2021-04-23 15:14:34 -07:00
simrat39
be8cf968cf refractor: Restructure project
lil better to work on now
2021-04-22 14:24:21 -07:00