mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 15:49:07 +00:00
Compare commits
No commits in common. "8441eab1b2fb2ef40b53ebd2a3884212eaa7bd55" and "3e3d7171c1b8354065adf9890c2e2a469441f300" have entirely different histories.
8441eab1b2
...
3e3d7171c1
5 changed files with 0 additions and 51 deletions
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib.modules) mkIf;
|
|
||||||
inherit (lib.nvim.dag) entryAnywhere;
|
|
||||||
inherit (lib.nvim.lua) toLuaObject;
|
|
||||||
|
|
||||||
cfg = config.vim.mini.cursorword;
|
|
||||||
in {
|
|
||||||
vim = mkIf cfg.enable {
|
|
||||||
startPlugins = ["mini-cursorword"];
|
|
||||||
|
|
||||||
pluginRC.mini-ai = entryAnywhere ''
|
|
||||||
require("mini.cursorword").setup(${toLuaObject cfg.setupOpts})
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{lib, ...}: let
|
|
||||||
inherit (lib.options) mkEnableOption;
|
|
||||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
||||||
in {
|
|
||||||
options.vim.mini.cursorword = {
|
|
||||||
enable = mkEnableOption "mini.cursorword";
|
|
||||||
setupOpts = mkPluginSetupOption "mini.cursorword" {};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./cursorword.nix
|
|
||||||
./config.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
./colors
|
./colors
|
||||||
./comment
|
./comment
|
||||||
./completion
|
./completion
|
||||||
./cursorword
|
|
||||||
./diff
|
./diff
|
||||||
./doc
|
./doc
|
||||||
./extra
|
./extra
|
||||||
|
|
|
||||||
|
|
@ -1020,22 +1020,6 @@
|
||||||
"url": "https://github.com/echasnovski/mini.completion/archive/35130cebc63ace7d6e4583f349af8cd3f3141af7.tar.gz",
|
"url": "https://github.com/echasnovski/mini.completion/archive/35130cebc63ace7d6e4583f349af8cd3f3141af7.tar.gz",
|
||||||
"hash": "0h5z5i62cc780bzw60rbizngvpyl4vk7j858pndyi2g572plz929"
|
"hash": "0h5z5i62cc780bzw60rbizngvpyl4vk7j858pndyi2g572plz929"
|
||||||
},
|
},
|
||||||
"mini-cursorword": {
|
|
||||||
"type": "GitRelease",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "echasnovski",
|
|
||||||
"repo": "mini.cursorword"
|
|
||||||
},
|
|
||||||
"pre_releases": false,
|
|
||||||
"version_upper_bound": null,
|
|
||||||
"release_prefix": null,
|
|
||||||
"submodules": false,
|
|
||||||
"version": "v0.15.0",
|
|
||||||
"revision": "6683f04509c380e3147cca368f90bbdb99641775",
|
|
||||||
"url": "https://api.github.com/repos/echasnovski/mini.cursorword/tarball/v0.15.0",
|
|
||||||
"hash": "0vqr4hkzq13ap6giyyp8asn5g6nnm406piq1a07a5nmkfxiskp9v"
|
|
||||||
},
|
|
||||||
"mini-diff": {
|
"mini-diff": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue