nvim: migrate to paq package manager

This commit is contained in:
2025-11-23 08:59:27 +01:00
parent 195176678c
commit 4a698f6e1f
10 changed files with 228 additions and 321 deletions

View File

@@ -1,10 +1,5 @@
return {
"jake-stewart/multicursor.nvim",
branch = "1.0",
config = function()
local mc = require("multicursor-nvim")
mc.setup()
init = function(mc)
local set = vim.keymap.set
-- Add or skip cursor above/below the main cursor.