plugins/treesitter: migrate treesitter-context to new setupOpts

This commit is contained in:
raf 2024-04-28 20:19:25 +03:00
commit c8d38872ab
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
4 changed files with 94 additions and 59 deletions

View file

@ -6,7 +6,7 @@
inherit (lib.options) mkOption mkEnableOption literalMD;
inherit (lib.types) listOf package str either bool;
inherit (lib.nvim.binds) mkMappingOption;
inherit (lib.nvim.types) luaInline mkGrammarOption;
inherit (lib.nvim.types) luaInline;
in {
options.vim.treesitter = {
enable = mkEnableOption "treesitter, also enabled automatically through language options";