mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): install undotree plugin
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user