https://github.com/trapd00r/vim-syntax-vidir-ls
dircolors in your vidir session
https://github.com/trapd00r/vim-syntax-vidir-ls
dircolors file-manager ls-colors vidir vim
Last synced: 11 months ago
JSON representation
dircolors in your vidir session
- Host: GitHub
- URL: https://github.com/trapd00r/vim-syntax-vidir-ls
- Owner: trapd00r
- Created: 2011-11-09T15:00:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:07:07.000Z (about 2 years ago)
- Last Synced: 2025-04-01T15:11:45.896Z (about 1 year ago)
- Topics: dircolors, file-manager, ls-colors, vidir, vim
- Language: Vim script
- Homepage:
- Size: 19.5 KB
- Stars: 40
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
use LS\_COLORS in your [vidir](https://github.com/trapd00r/vidir)
session inside vim. It can also be used in other places where you list
filenames in your vim session, for example while editing a perl
MANIFEST file.

Install to ``$VIMRUNTIME/syntax/vidir-ls.vim``
export VIDIR_EDITOR_ARGS='-c :set nolist | :set ft=vidir-ls'
The colors are generated from the ``LS_COLORS`` environment variable
automatically. Please see the [LS\_COLORS][1] repository for a set of good
colors.
[0]: https://github.com/trapd00r/vidir
[1]: https://github.com/trapd00r/LS_COLORS