mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 00:34:34 +02:00
tests/kulala: disable runNvim as the plugin tries to install a TS grammar
This commit is contained in:
parent
daae37a908
commit
65725e83f8
1 changed files with 8 additions and 0 deletions
|
@ -1,9 +1,17 @@
|
|||
{
|
||||
empty = {
|
||||
# The plugin tries to install a treesitter grammar at startup
|
||||
# https://github.com/mistweaverco/kulala.nvim/blob/9d3206dda077d24ef3e6a2e3578bc0c914b4944c/lua/kulala/config/init.lua#L75
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.kulala.enable = true;
|
||||
};
|
||||
|
||||
default = {
|
||||
# The plugin tries to install a treesitter grammar at startup
|
||||
# https://github.com/mistweaverco/kulala.nvim/blob/9d3206dda077d24ef3e6a2e3578bc0c914b4944c/lua/kulala/config/init.lua#L75
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.kulala = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue