Ver código fonte

nixpkgs/neovim: keep textobjects at the current location

Thomas Dy 1 mês atrás
pai
commit
b98ea1ee16
1 arquivos alterados com 2 adições e 0 exclusões
  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',