feat: yoink asciidoc from nmd

This commit is contained in:
NotAShelf 2023-04-18 00:59:23 +03:00
commit 1829e321b5
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
4 changed files with 20 additions and 2 deletions

View file

@ -19,7 +19,7 @@ in {
grammars = mkOption {
type = with types; listOf package;
default = [];
description = ''
description = nvim.nmd.asciiDoc ''
List of treesitter grammars to install. For supported languages
use the `vim.language.<lang>.treesitter` option
'';