Quellcode durchsuchen

nixpkgs/neovim: keep textobjects at the current location

Thomas Dy vor 1 Monat
Ursprung
Commit
b98ea1ee16
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      .config/nixpkgs/neovim/plugins.lua

+ 2 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -279,6 +279,8 @@ require('mini.surround').setup({
 local spec_treesitter = require('mini.ai').gen_spec.treesitter
 
 require('mini.ai').setup({
+  -- only consider the current location
+  search_method = 'cover',
   custom_textobjects = {
     [','] = spec_treesitter({
       a = '@parameter.outer',