Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-fern-comparator-lexical
🌿 fern.vim plugin which add lexical comparator
https://github.com/lambdalisue/vim-fern-comparator-lexical
fern-vim-plugin
Last synced: 23 days ago
JSON representation
🌿 fern.vim plugin which add lexical comparator
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fern-comparator-lexical
- Owner: lambdalisue
- License: mit
- Created: 2020-02-01T12:08:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T03:00:20.000Z (about 3 years ago)
- Last Synced: 2024-10-23T21:28:15.520Z (2 months ago)
- Topics: fern-vim-plugin
- Language: Vim script
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿 fern-comparator-lexical.vim
[![fern plugin](https://img.shields.io/badge/🌿%20fern-plugin-yellowgreen)](https://github.com/lambdalisue/fern.vim)
![Screenshot](https://user-images.githubusercontent.com/546312/73591839-13725800-4537-11ea-93d8-bb74036a7dfe.png)
[fern.vim](https://github.com/lambdalisue/fern.vim) plugin which add `lexical` comparator
## Usage
Set `"lexical"` to `g:fern#comparator` like
```vim
let g:fern#comparator = "lexical"
```