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 -

    - -
  • 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