Neovim toolkit for editing Gularen markup language
- With packer add this to the package list
use { 'noorwachid/nvim-gularen', requires = {'nvim-treesitter/nvim-treesitter'} }
nvim /tmp/sample.gularen
- Then run
:TSInstall gularen
-
Format
Screen.Recording.2024-01-17.at.14.57.47.mov
Command:
GularenFormat
-
Run codeblock
Screen.Recording.2024-01-17.at.14.59.22.mov
Command:
GularenRun
To add more runner:
local codeblock = require('gularen.codeblock') codeblock.add('js', { 'node' }) -- highlight the output codeblock.add_pair('http-request', 'http-response', { 'http-resolver' })
-
Automate list marker
Screen.Recording.2024-01-17.at.15.01.32.mov
-
Go to heading definition
gd
in normal mode
- Agenda summary
- Todo list summary
- Generate TOC