Просмотр исходного кода

nixpkgs/neovim: keep textobjects at the current location

Thomas Dy 1 месяц назад
Родитель
Сommit
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',