From 580959d7f8360f4502d378d184a60ead99f51cbb Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 20 Sep 2023 14:08:53 +0700 Subject: [PATCH] nvim: remove treesitter objects --- docs/2023-05-03-neovim.html | 15 --------------- posts/2023-05-03-neovim.md | 4 ---- 2 files changed, 19 deletions(-) diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index ab54612..f52b110 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -308,21 +308,6 @@ vim.keymap.set( -
  • -

    - With - nvim-treesitter/nvim-treesitter-textobjects -

    -
      -
    • - vif, vaf: select inner/outer function -
    • -
    • vic, vac: select inner/outer class
    • -
    -
  • With diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md index e060b6a..cd0f65a 100644 --- a/posts/2023-05-03-neovim.md +++ b/posts/2023-05-03-neovim.md @@ -145,10 +145,6 @@ vim.keymap.set("n", "q", ":q") - `sr`: replace surround - With mini-trailspace - `tr`: trim trailing whitespace -- With - [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - - `vif`, `vaf`: select inner/outer function - - `vic`, `vac`: select inner/outer class - With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - `e`: float diagnostic - `d`: go to definition