nvim-mini / nvim-mini/mini.nvim
Add module of manually highlighting several words?
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 9.5k
- Forks
- 310
- Avg merge
- 4h 16m
- Merged PRs (30d)
- 1
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
Module(s)
new module
Description
I like to turn off the 'hlsearch' option, but I do need to highlight some strings to help me track variables
Different from syntax highlighting, this will make the highlighted part stand out more:
I am using this plugin: https://github.com/inkarkat/vim-mark
It works great, but it does not provide an operator, and I don’t like the default commands and keys, using vimscript makes it difficult to customize
Another plugin is https://github.com/pocco81/high-str.nvim
But it also does not provide an operator, and not using highlight groups is also a disadvantage
Are you interested in implementing this feature?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing CONTRIBUTING.md and CODE_OF_CONDUCT.md, then compare the requested behavior with the linked vim-mark and high-str.nvim plugins. The work would be complete when a new module supports manually highlighting several words with customizable commands or keys, an operator, and highlight groups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100