Basic neovim plugin for perga
Find a file
2024-11-23 10:43:03 -08:00
lua/perga folds + very basic indentation 2024-11-21 13:39:29 -08:00
queries/perga updated to support let 2024-11-23 10:43:03 -08:00
README.md added readme 2024-11-20 22:30:27 -08:00

perga.nvim

Basic filetype plugin for perga utilizing treesitter.

Installation

The usual installation method should work. Below is an example configuration using lazy.nvim.

{
    'https://forgejo.ballcloud.cc/wball/perga.nvim',
    config = true
}

You will likely have to manually call :TSInstall perga to get the tree-sitter grammar.