🧛🏻‍♂️ Dark theme for Vim
Find a file
Derek Stride 561c21a962
Update treesitter highlight groups + remove syntax error highlights (#232)
* Ignore highlight groups from the default treesitter config

https://github.com/nvim-treesitter/nvim-treesitter/blob/master/plugin/nvim-treesitter.vim

* Remove TSError highlight

I mistakenly thought the TSError highlight group was used for
highlighting error types. However upon further investigation into
https://github.com/dracula/vim/issues/231 I discovered it's actually
applied to syntax errors.

While typing out new code, treesitter is unable to parse the new code
and will highlight with TSError, in most cases we don't want that to
show up as an Error since we're not finished typing. See
https://github.com/nvim-treesitter/nvim-treesitter/issues/78#issuecomment-647140700
for more infomation.
2021-03-08 14:47:28 -05:00
.github Massive theme overhaul (#62) 2018-03-28 16:44:12 -04:00
after Update treesitter highlight groups + remove syntax error highlights (#232) 2021-03-08 14:47:28 -05:00
autoload [update] airline's terminal section color (#196) 2020-06-22 13:11:29 -04:00
colors fix(nvim): fix lsp hlgroups (#217) 2020-11-13 09:03:57 -05:00
doc Minor update to install instructions 2019-06-11 14:28:10 -04:00
.gitignore Massive theme overhaul (#62) 2018-03-28 16:44:12 -04:00
INSTALL.md Fixing missing quotation mark (#222) 2020-12-23 09:39:31 -05:00
LICENSE Added .github and LICENSE 2016-05-18 19:40:02 -04:00
README.md Mention JS syntax in README 2020-05-04 16:41:34 -04:00
screenshot.png update screenshot (#178) 2020-04-18 14:16:02 -04:00

Dracula for Vim

A dark theme for Vim.

Screenshot

Screenshot taken with the pangloss/vim-javascript syntax plugin for javascript.

Install

All instructions can be found at draculatheme.com/vim.

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Derek S. David Knoble
Derek S. David Knoble

License

MIT License