This commit is contained in:
js0ny 2025-05-13 21:00:13 +01:00
parent 31fde92975
commit f4e142e83e
6 changed files with 20 additions and 7 deletions

View file

@ -1,6 +1,6 @@
return {
"js0ny/multiple-cursors.nvim",
version = "*", -- Use the latest tagged version
"brenton-leighton/multiple-cursors.nvim",
version = "*", -- Use the latest tagged version
-- opts = , -- This causes the plugin setup function to be called
keys = {
{ "<A-n>", "<Cmd>MultipleCursorsAddDown<CR>", mode = { "n", "x" }, desc = "Add cursor and move down" },

View file

@ -22,7 +22,7 @@ return {
},
{ key = "q", icon = "󱊷 ", desc = "退出", action = "<cmd>qa<CR>" },
},
--[[header = [[
header = [[
================= =============== =============== ======== ========
\\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .||
@ -42,8 +42,8 @@ return {
==' _-' N E O V I M \/ `==
\ _-' `-_ /
`'' ``'
--]]
header = [[
]],
--[[header = [[
@ -59,7 +59,7 @@ return {
]]
--]]
},
sections = {
{ section = "header" },