diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-21 00:26:43 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-21 00:26:43 +0200 |
| commit | b824b4b8a5ded5b7d5583ef19b08e807d76a6648 (patch) | |
| tree | d2f200075b37907315f08c25bb902ab869f0e2e1 /nvim/lua | |
| parent | 246ab0998c488e21bec599eb162184f7b8a2a795 (diff) | |
Remove redundant leader keymap and diffview plugin
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 948777c..07edc6f 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -29,8 +29,6 @@ require("lazy").setup({ { "ellisonleao/gruvbox.nvim", priority = 1000, config = true }, -- Git integration { "tpope/vim-fugitive" }, - -- Allows seeing git diff - { "sindrets/diffview.nvim" }, -- Shows git diff info in the gutter { "lewis6991/gitsigns.nvim" }, { "nvim-treesitter/nvim-treesitter", branch = 'master', lazy = false, build = ":TSUpdate" }, |
