Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anufrievroman/vim-tex-kawaii
Vim plugin for Kawaii folds and conceals for LaTeX files
https://github.com/anufrievroman/vim-tex-kawaii
folds latex neovim neovim-plugin plugin vim
Last synced: 25 days ago
JSON representation
Vim plugin for Kawaii folds and conceals for LaTeX files
- Host: GitHub
- URL: https://github.com/anufrievroman/vim-tex-kawaii
- Owner: anufrievroman
- Created: 2021-08-28T07:07:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T04:43:57.000Z (about 3 years ago)
- Last Synced: 2023-03-04T14:40:04.362Z (over 1 year ago)
- Topics: folds, latex, neovim, neovim-plugin, plugin, vim
- Language: Vim script
- Homepage:
- Size: 201 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vim-Tex-Kawaii
Plugin for kawaii folds and conceals in latex.
The plugin is a fork of several plugins and files united together and posihed a bit to create nice folds and conceal latex syntax.![screenshot](https://github.com/anufrievroman/vim-tex-kawaii/blob/master/screenshot.jpg)
## Original plugins:
- [tex-conceal](https://github.com/KeitaNakamura/tex-conceal.vim)
- [vim-tex-fold](https://github.com/matze/vim-tex-fold)
- [wjakob.vim](https://github.com/wjakob/wjakob.vim)## Installation
Use your favorite plugin manager. Using vim-plug:
Plug 'anufrievroman/vim-tex-kawaii'
## Usage
Then open a latex file and you should see folds.
By default, to open/close folds in vim, use `za`. To remap it to `Tab` add this to your `.vimrc`:
map za