Skip to content

67hz/cobra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Cobra

Dark colorscheme for C/C++/x86_64 development.

Installation

It is recommended to use Vim's native package management. See :help packages for details.

  • clone this repo into .vim/pack/*/opt/cobra or .vim/pack/*/start/cobra

Add the colorscheme in .vimrc or from a running vim session.

`colorscheme cobra`

Customization

A cursorline is enabled by default to set the active line's background color and column number. This can be disabled:

set nocursorline

x86

For x86, you may need to indicate the assembly flavor to get syntax highlighting.

let asmsyntax="nasm"

Slow Scrolling in Windows?

If Windows scrolling is slow, disabling cursor line highlighting may help.

:set cul!

About

Vim color scheme for C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors