commit 1a19a55766cbb61be54cc0cc8fcef712e668d270
parent 8cc575c959b50dd6b4dc0734fd009c35152a80a6
Author: Tomas Nemec <nemi@skaut.cz>
Date: Wed, 30 Nov 2022 08:54:36 +0100
update
Diffstat:
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/after/plugin/leap.lua b/after/plugin/leap.lua
@@ -55,5 +55,16 @@ if pcall(require, 'tms.p.leap.ast') then
end
if pcall(require, 'leap-spooky') then
- require('leap-spooky').setup {}
+ require('leap-spooky').setup {
+ affixes = {
+ -- These will generate mappings for all native text objects, like:
+ -- (ir|ar|iR|aR|im|am|iM|aM){obj}.
+ -- Special line objects will also be added, by repeating the affixes.
+ -- E.g. `yrr<leap>` and `ymm<leap>` will yank a line in the current
+ -- window.
+ -- You can also use 'rest' & 'move' as mnemonics.
+ remote = { window = 'r', cross_window = 'R' },
+ -- magnetic = { window = 'm', cross_window = 'M' },
+ },
+ }
end
diff --git a/after/queries/dart/highlights.scm b/after/queries/dart/highlights.scm
@@ -0,0 +1 @@
+;; extends
diff --git a/lua/plugins.lua b/lua/plugins.lua
@@ -87,7 +87,7 @@ return packer.startup({
use 'tikhomirov/vim-glsl'
use 'windwp/nvim-ts-autotag'
use 'baskerville/vim-sxhkdrc'
- use 'dart-lang/dart-vim-plugin'
+ -- use 'dart-lang/dart-vim-plugin'
use 'mfussenegger/nvim-jdtls'
-- use 'akinsho/pubspec-assist.nvim'
-- snippets