shadowwa / LS_COLORS.vim

A vim syntax file for using your $LS_COLORS / dircolors in Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LS_COLORS.vim

A syntax file for Vim that highlights a buffer according to the definition of your $LS_COLORS variable.

Can be useful in various places where a file listing is expected:

  • When editing MANIFEST or gitignore files
  • While managing your files
  • In the quickfix window when using :Scriptnames from scriptease.vim

Installation

vim-plug:

Plug 'trapd00r/LS_COLORS.vim'

Screenshot

screenshot

Related projects

  • The largest LS_COLORS project on the planet

  • Perl library for colorizing input filenames just like ls does in

About

A vim syntax file for using your $LS_COLORS / dircolors in Vim


Languages

Language:Vim Script 100.0%