Merge branch 'main' into add-multicursors-nvim

This commit is contained in:
raf 2025-02-13 04:05:53 +00:00 committed by GitHub
commit 6d868dcb67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 2954 additions and 4083 deletions

View file

@ -14,7 +14,7 @@
in {
config = mkIf cfg.enable {
vim = {
startPlugins = ["which-key"];
startPlugins = ["which-key-nvim"];
pluginRC.whichkey = entryAnywhere ''
local wk = require("which-key")

View file

@ -9,9 +9,7 @@
cfg = config.vim.utility.ccc;
in {
config = mkIf cfg.enable {
vim.startPlugins = [
"ccc"
];
vim.startPlugins = ["ccc-nvim"];
vim.pluginRC.ccc = entryAnywhere ''
local ccc = require("ccc")