From 8b41395a0eb5ae814bae6ef33d0410c8f0719a97 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 18 Jun 2024 11:03:25 +0700 Subject: [PATCH] feat: remove gitsigns --- docs/2023-05-03-neovim.html | 11 ----------- posts/2023-05-03-neovim.md | 2 -- 2 files changed, 13 deletions(-) diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index b7cfa34..cd1396f 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -269,17 +269,6 @@
  • U: toggle hidden
  • -
  • -

    - With - lewis6991/gitsigns.nvim: -

    - -
  • With diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md index c206b84..3f1b2df 100644 --- a/posts/2023-05-03-neovim.md +++ b/posts/2023-05-03-neovim.md @@ -133,8 +133,6 @@ Ground rules: - `c`: copy - `p`: paste - `U`: toggle hidden -- With [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim): - - `]c`, `[c`: next/previous git change - With [tpope/vim-projectionist](https://github.com/tpope/vim-projectionist) - `:A`: open alternate file - With [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim)