Преглед на файлове

nixpkgs/neovim: keep textobjects at the current location

Thomas Dy преди 1 месец
родител
ревизия
b98ea1ee16
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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',