Dark colorscheme for C/C++/x86_64 development.
It is recommended to use Vim's native package management. See :help packages for details.
- clone this repo into
.vim/pack/*/opt/cobraor.vim/pack/*/start/cobra
Add the colorscheme in .vimrc or from a running vim session.
`colorscheme cobra`A cursorline is enabled by default to set the active line's background color and column number. This can be disabled:
set nocursorlineFor x86, you may need to indicate the assembly flavor to get syntax highlighting.
let asmsyntax="nasm"If Windows scrolling is slow, disabling cursor line highlighting may help.
:set cul!