mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 03:47:37 +00:00
utility/nvim-biscuits: upgrade to fix treesitter incompatibilities
This commit is contained in:
parent
68daf29d0e
commit
69fd3e96b2
3 changed files with 11 additions and 11 deletions
|
|
@ -279,6 +279,9 @@
|
||||||
- Fix `tressiter` to allow `null` in grammar options, so they can be filtered
|
- Fix `tressiter` to allow `null` in grammar options, so they can be filtered
|
||||||
out.
|
out.
|
||||||
|
|
||||||
|
- Fix {option}`vim.utility.nvim-biscuits.enable` by upgrading, to fix
|
||||||
|
tree-sitter incompatibilities.
|
||||||
|
|
||||||
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
|
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
|
||||||
`languages.lua`.
|
`languages.lua`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,17 +4,15 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf;
|
||||||
inherit (lib.nvim.dag) entryAnywhere;
|
|
||||||
inherit (lib.nvim.lua) toLuaObject;
|
|
||||||
cfg = config.vim.utility.nvim-biscuits;
|
cfg = config.vim.utility.nvim-biscuits;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["nvim-biscuits"];
|
lazy.plugins.nvim-biscuits = {
|
||||||
|
package = "nvim-biscuits";
|
||||||
pluginRC.nvim-biscuits = entryAnywhere ''
|
setupModule = "nvim-biscuits";
|
||||||
require('nvim-biscuits').setup(${toLuaObject cfg.setupOpts})
|
setupOpts = cfg.setupOpts;
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1877,10 +1877,9 @@
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"submodules": false,
|
"submodules": false,
|
||||||
"revision": "dae2323054b9ff3a1f6300847dee29c00cdabdde",
|
"revision": "d93dcdee3a3dfd5101785447658e744f153957db",
|
||||||
"url": "https://github.com/code-biscuits/nvim-biscuits/archive/dae2323054b9ff3a1f6300847dee29c00cdabdde.tar.gz",
|
"url": "https://github.com/code-biscuits/nvim-biscuits/archive/d93dcdee3a3dfd5101785447658e744f153957db.tar.gz",
|
||||||
"hash": "sha256-r0SEI/5Izv9GLrKFC8mmd6DuETdpJekswxTpB4WcBkE=",
|
"hash": "sha256-UKolssxC+cfQ9x3Mum/mKPVY8jJBs6+DtQgvvufLFAk="
|
||||||
"frozen": true
|
|
||||||
},
|
},
|
||||||
"nvim-cmp": {
|
"nvim-cmp": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue