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: about 1 month 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T04:43:57.000Z (over 3 years ago)
- Last Synced: 2025-04-01T06:13:06.499Z (3 months ago)
- Topics: folds, latex, neovim, neovim-plugin, plugin, vim
- Language: Vim script
- Homepage:
- Size: 201 KB
- Stars: 12
- Watchers: 2
- 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.
## 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