Sfoglia il codice sorgente

nixpkgs/neovim: add a/i for function calls

Thomas Dy 3 settimane fa
parent
commit
a3fb902167
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .config/nixpkgs/neovim/plugins.lua

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

@@ -282,6 +282,10 @@ require('mini.ai').setup({
   -- only consider the current location
   search_method = 'cover',
   custom_textobjects = {
+    ['.'] = spec_treesitter({
+      a = '@call.outer',
+      i = '@call.inner',
+    }),
     [','] = spec_treesitter({
       a = '@parameter.outer',
       i = '@parameter.inner',