From ee7b50ab8b6dd50c665b14e1f3141edab9c70a33 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 23 Jun 2024 17:18:23 +0700 Subject: [PATCH] Revert "feat: remove gitsigns" This reverts commit 8b41395a0eb5ae814bae6ef33d0410c8f0719a97. --- docs/2023-05-03-neovim.html | 11 +++++++++++ posts/2023-05-03-neovim.md | 2 ++ 2 files changed, 13 insertions(+) diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index cd1396f..b7cfa34 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -269,6 +269,17 @@
  • 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 3f1b2df..c206b84 100644 --- a/posts/2023-05-03-neovim.md +++ b/posts/2023-05-03-neovim.md @@ -133,6 +133,8 @@ 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)