Nerdtree Devicons Syntax Save

Syntax highlighting for nerdtree + vim-devicons

Project README

nerdtree-devicon-syntax

This vim plugin adds syntax highlight for nerdtree with vim-devicons. Thanks for tiagofumo/vim-nerdtree-syntax-highlight this plugin is based on it.

If you feel vim-nerdtree-syntax-hilight makes nerdtree slow, this might possibly be a solution. The motivation of this plugin along side with vim-nerdtree-syntax-highlight is the process speed and performance by reducing features and quality. Also this fixed GUI Vim issue vim-nerdtree-syntax-highlight/issues/16.

Installation:

Requirements

Adds this line to your .vimrc or neovim configuration file (usually it is in '~/.config/nvim/init.vim'). VimPlug:

Plug 'vwxyutarooo/nerdtree-devicons-syntax'

Default colors

let s:colors = {
  \ 'brown'       : "905532",
  \ 'aqua'        : "3AFFDB",
  \ 'blue'        : "689FB6",
  \ 'darkBlue'    : "44788E",
  \ 'purple'      : "834F79",
  \ 'lightPurple' : "834F79",
  \ 'red'         : "AE403F",
  \ 'beige'       : "F5C06F",
  \ 'yellow'      : "F09F17",
  \ 'orange'      : "D4843E",
  \ 'darkOrange'  : "F16529",
  \ 'pink'        : "CB6F6F",
  \ 'salmon'      : "EE6E73",
  \ 'green'       : "8FAA54",
  \ 'lightGreen'  : "31B53E",
  \ 'white'       : "FFFFFF"
\ }

generate_files.sh script

There is a script folder called generate_files.sh that will generate all the files supported by this plugin by default for a quick review. These files will be generated on a 'files' subfolder.

Open Source Agenda is not affiliated with "Nerdtree Devicons Syntax" Project. README Source: vwxyutarooo/nerdtree-devicons-syntax
Stars
29
Open Issues
1
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating