1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-17 14:14:47 +01:00

nvim: updated all plugins

This commit is contained in:
2026-03-15 00:56:54 +01:00
parent b851688de1
commit 6431d3b4f0
2 changed files with 44 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
return {
-- improved movement
"ggandor/leap.nvim",
url = "https://codeberg.org/andyg/leap.nvim",
config = function()
require("leap").opts.highlight_unlabeled_phase_one_targets = true
require("leap").opts.equivalence_classes = { " \t\r\n", "([{", ")]}", "'\"`" }