Alex Vear

Results 23 comments of Alex Vear
trafficstars

@otalpster GitGutter has an option to disable the signcolumn highlighting override if that helps (i don't know if this would work). ```vim let g:gitgutter_override_sign_column_highlight = 0 ```

I will be happy to create a linux theme for X based terminals and applications (e.g. URxvt, Xterm, and more). I have already created a starter version which I use,...

Hi @michihuber. This repository is no longer active, but I (co-)maintain a fork at [clojure-vim/clojure.vim](https://github.com/clojure-vim/clojure.vim) which is now the one included in Vim. If you'd like to open a PR...

FYI: I've merged this change into https://github.com/clojure-vim/clojure.vim/commit/11cc00085547f3f33405c18a9c4dab064bb7aa09.

Thanks for the suggestion. This will be included once #31 is merged into the `master` branch.

Hi, sorry for the really late response, I am definitely interested in this feature. I'm still trying to decide how we want to do this function/macro position syntax highlighting in...

I've been experimenting with a custom algorithm as per the check list item above. This version eliminates all syntax highlight checks (and therefore no longer requires the various hacks to...

Performance benchmarks as of current change (+ unpushed Vim9 version). This is measuring the time to reindent a whole file on a Macbook Pro 2021, so expect much more noticable...

@NoahTheDuke yes, slow steady progress during the limited time I have to work on it at the moment. GitHub doesn't show it well, but there have been a bunch of...

Update: nearing readiness! :tada: This branch has now surpassed the original indentation code in pretty much every aspect (~2–3x faster—with potential to get ~10x faster with a little bit of...