From 2cc8439f972f78f9083002f9dd32ea4f13045eb0 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 26 Dec 2022 14:40:06 +0100 Subject: [PATCH] chore(nvim): install undotree plugin --- nvim/lazy-lock.json | 1 + nvim/lua/kogakure/plugins.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 94eca75..c8891c3 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -104,6 +104,7 @@ "tokyonight.nvim": { "branch": "main", "commit": "8b55a47165348dd1d811f9e1f867bb17bb35a360" }, "trouble.nvim": { "branch": "main", "commit": "897542f90050c3230856bc6e45de58b94c700bbf" }, "twilight.nvim": { "branch": "main", "commit": "1ffa6a4d89fb2fbb784c6674044bf54f1fca936f" }, + "undotree": { "branch": "master", "commit": "1a23ea84bd02c34f50d8e10a8b4bfc89597ffe4e" }, "vim-abolish": { "branch": "master", "commit": "3f0c8faadf0c5b68bcf40785c1c42e3731bfa522" }, "vim-astro": { "branch": "main", "commit": "34732be5e9a5c28c2409f4490edf92d46d8b55a9" }, "vim-bbye": { "branch": "master", "commit": "25ef93ac5a87526111f43e5110675032dbcacf56" }, diff --git a/nvim/lua/kogakure/plugins.lua b/nvim/lua/kogakure/plugins.lua index a7bf977..8ad9787 100644 --- a/nvim/lua/kogakure/plugins.lua +++ b/nvim/lua/kogakure/plugins.lua @@ -116,6 +116,7 @@ local plugins = { "kevinhwang91/nvim-bqf", -- Better Quickfix { "kevinhwang91/nvim-ufo", dependencies = "kevinhwang91/promise-async" }, -- Better folds "debugloop/telescope-undo.nvim", -- Undo history + "mbbill/undotree", -- Undo tree "mrjones2014/smart-splits.nvim", -- Smart splits "xiyaowong/nvim-transparent", -- Remove all background colors "nanotee/zoxide.vim", -- zoxide integration