Kenneth Benzie (Benie)
Kenneth Benzie (Benie)
After using [vim-cpp-enhanced-highlight](https://github.com/octol/vim-cpp-enhanced-highlight) for a while I've grown used to function and (some) namespace highlighting. I've become frustrated at the inconsistency of highlighting this plugin show due to only STL...
I've been using this plugin on linux happily for months, thanks. However I'm sometimes required to do development on Windows at work. I have `clang-format` on my path but am...
Hi, I made a quick attempt to add support for pylint as an additional python linter and found an issue with how validator.vim works and how pylint expects to be...
When `let g:ce_strip_directives = 0` there is a missing field in the json response causing error messages.
CMake's help files are written using reStructuredText markup so use the rst filetype when displaying help docs in cmake help buffer.
On Ubuntu 22.04 when the `python3-venv` package is not installed: * Importing the `venv` module will succeed. * Running `python3 -m venv --help` will output help. * Running `python3 -m...
Aid hand writing SPIR-V by supporting `OpCode` snippets in the UltiSnips format. Generate the snippets from the JSON schema.
SPIR-V indentation is a pain to handle manually but is very regular, add support for automatically formatting SPIR-V with the `gq` command.

Currently, unlike other filetypes, `TODO` and `FIXME` are not highlighted using the `Todo` highlight group.