vimPlugins.go-nvim: add guihua-lua to dependencies
It is requeried if user wants nvim-treesitter main.
This commit is contained in:
@@ -1365,10 +1365,13 @@ assertNoAdditions {
|
||||
};
|
||||
|
||||
go-nvim = super.go-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
nvim-treesitter
|
||||
guihua-lua
|
||||
];
|
||||
checkInputs = with self; [
|
||||
luasnip
|
||||
null-ls-nvim
|
||||
nvim-treesitter
|
||||
];
|
||||
nvimSkipModules = [
|
||||
"init"
|
||||
|
||||
Reference in New Issue
Block a user