Noel Evans

Results 6 issues of Noel Evans

I'd like to propose an enhancement with a PR. This mimics a debugger option in some IDEs allowing only stepping in to "local" code - modules that are not on...

Cursorword highlighting may not be desired when in insert mode. When cursorword highlighting uses fg and bg options particularly, the highlighting of the current word feels distracting. For example if...

Hi @yamatsum, I really like your plugin. It's simple and hasn't caused performance problems that I've come across with other cursorword plugins. It took me a while to realize it...

When an option like --custom-header Authorization my-token is received this must be broken in to 3 strings to be given to subprocess.Popen - 'custom-header' - 'Authorization' - 'my-token' With the...

I just opened a [PR](https://github.com/mfussenegger/nvim-lint/pull/740) for a Python linter, graylint. Its unique feature for Python is that it only flags issues on lines of a file if they are not...

needs: votes

Python has a linter called graylint. The tool uses other linters to assess the code (pylint, mypy, flake8) but then only flags lines that are new to git. Graylint returns...