- undefined
- http://omarriott.com
Highlights
- 4 discussions answered
Block or Report
Block or report rktjmp
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
highlight-current-n.nvim Public
Highlights the current /, ? or * match under your cursor when pressing n or N and gets out of the way afterwards.
-
2,333 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 16 commits in 4 repositories
Created a pull request in neovim/neovim that received 5 comments
fix: use ctermbg/fg instead of bg/fg when use_rgb is false
If use_rgb
was false, we would attempt to set the cterm_bg_color
to the variable bg
, which is only retrieved from bg
and background
keys, not ctermbg
…
+2
−2
•
5
comments
Opened 3 other pull requests in 2 repositories
neovim/neovim
2
merged
bakpakin/Fennel
1
closed
Reviewed 4 pull requests in 3 repositories
rktjmp/lush.nvim
2 pull requests
bakpakin/Fennel
1 pull request
neovim/neovim
1 pull request
Created an issue in neovim/neovim that received 2 comments
nvim_get_hl_by_name(*, false) wont return cterm values for Normal or groups with the same values as Normal
Neovim version (nvim -v) NVIM v0.8.0-dev+432-gfa4b0c3ba How to reproduce the issue -- cterm value tests -- Set Normal via lua api, get value vim.api.…
2
comments