Skip to content

whatsthatsmell/codesmell_dark.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim

CodeSmell Dark 💩

a Neovim Color Scheme

Featuring

  • Optimization for Treesitter
    • Additional highlighting for Rust, Lua and Vim files
  • Highlighting of currently popular plugins such as the wonderful Telescope 🔭 and nvim-cmp
  • Highlighting of all your tried and true favorite plugins.
  • Compatibility with Vim. But, you get more granularity and speed with Neovim.
  • Full customizability via Treesitter and non-Treesitter HL groups

image

Installation and Setup

-- packer(but, use your favorite plugin manager)
use "whatsthatsmell/codesmell_dark.vim"
-- configs (just yank what's in quotes and drop in your .vimrc if you're not Lua'd yet)
vim.cmd "set fillchars+=vert:│"
vim.cmd "colorscheme codesmell_dark"

@TODOUA:

  • Rewrite in Lua (currently a WIP)
    • Will keep vimL version up as well

Thanks to: https://github.com/yunlingz/ci_dark