mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 14:35:30 +00:00
Compare commits
No commits in common. "eaad512c1a6695a2e61a7f030b1fbbe53e04b594" and "a125a61d6bec1594d0378dab06169dd92272f63b" have entirely different histories.
eaad512c1a
...
a125a61d6b
7 changed files with 0 additions and 59 deletions
|
|
@ -194,8 +194,6 @@ isMaximal: {
|
||||||
multicursors.enable = isMaximal;
|
multicursors.enable = isMaximal;
|
||||||
smart-splits.enable = isMaximal;
|
smart-splits.enable = isMaximal;
|
||||||
undotree.enable = isMaximal;
|
undotree.enable = isMaximal;
|
||||||
nvim-biscuits.enable = isMaximal;
|
|
||||||
|
|
||||||
motion = {
|
motion = {
|
||||||
hop.enable = true;
|
hop.enable = true;
|
||||||
leap.enable = true;
|
leap.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -476,10 +476,3 @@
|
||||||
[soliprem](https://github.com/soliprem):
|
[soliprem](https://github.com/soliprem):
|
||||||
|
|
||||||
- fix broken `neorg` grammars
|
- fix broken `neorg` grammars
|
||||||
|
|
||||||
[Cool-Game-Dev](https://github.com/Cool-Game-Dev):
|
|
||||||
|
|
||||||
[nvim-biscuits]: https://github.com/code-biscuits/nvim-biscuits
|
|
||||||
|
|
||||||
- Add [nvim-biscuits] to show block context. Available at
|
|
||||||
`vim.utility.nvim-biscuits`.
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
./multicursors
|
./multicursors
|
||||||
./new-file-template
|
./new-file-template
|
||||||
./nix-develop
|
./nix-develop
|
||||||
./nvim-biscuits
|
|
||||||
./oil-nvim
|
./oil-nvim
|
||||||
./outline
|
./outline
|
||||||
./preview
|
./preview
|
||||||
|
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib.modules) mkIf;
|
|
||||||
inherit (lib.nvim.dag) entryAnywhere;
|
|
||||||
inherit (lib.nvim.lua) toLuaObject;
|
|
||||||
cfg = config.vim.utility.nvim-biscuits;
|
|
||||||
in {
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
vim = {
|
|
||||||
startPlugins = ["nvim-biscuits"];
|
|
||||||
|
|
||||||
pluginRC.nvim-biscuits = entryAnywhere ''
|
|
||||||
require('nvim-biscuits').setup(${toLuaObject cfg.setupOpts})
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./config.nix
|
|
||||||
./nvim-biscuits.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{lib, ...}: let
|
|
||||||
inherit (lib.options) mkEnableOption;
|
|
||||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
||||||
in {
|
|
||||||
options.vim.utility.nvim-biscuits = {
|
|
||||||
enable = mkEnableOption "a Neovim port of Assorted Biscuits [nvim-biscuits]";
|
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "nvim-biscuits" {};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1708,19 +1708,6 @@
|
||||||
"url": "https://github.com/windwp/nvim-autopairs/archive/4d74e75913832866aa7de35e4202463ddf6efd1b.tar.gz",
|
"url": "https://github.com/windwp/nvim-autopairs/archive/4d74e75913832866aa7de35e4202463ddf6efd1b.tar.gz",
|
||||||
"hash": "0q6pv89x05l71nfg2chqf9p0d2ha72agmll2svimq0npp84ymfxz"
|
"hash": "0q6pv89x05l71nfg2chqf9p0d2ha72agmll2svimq0npp84ymfxz"
|
||||||
},
|
},
|
||||||
"nvim-biscuits": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "code-biscuits",
|
|
||||||
"repo": "nvim-biscuits"
|
|
||||||
},
|
|
||||||
"branch": "main",
|
|
||||||
"submodules": false,
|
|
||||||
"revision": "ff1d12c8b47cd28723da593b2cfa2e98391d439a",
|
|
||||||
"url": "https://github.com/code-biscuits/nvim-biscuits/archive/ff1d12c8b47cd28723da593b2cfa2e98391d439a.tar.gz",
|
|
||||||
"hash": "18dvvg32nxrdp1ydbvxrzkdg7q214naq2bphs7y1s9zmjhyj25pm"
|
|
||||||
},
|
|
||||||
"nvim-bufferline-lua": {
|
"nvim-bufferline-lua": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue