mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove undotree
This commit is contained in:
parent
e9331dbf0d
commit
52ee6a1c0d
@ -1,9 +0,0 @@
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.register({
|
||||
q = {
|
||||
name = "+undotree",
|
||||
u = { "<cmd>UndotreeFocus<CR>", "Focus Tree" },
|
||||
t = { "<cmd>UndotreeToggle<CR>", "Toggle Tree" }
|
||||
},
|
||||
}, { prefix = "<leader>" })
|
@ -17,7 +17,6 @@ return require('packer').startup(function(use)
|
||||
use('nvim-lua/plenary.nvim')
|
||||
|
||||
-- Editing
|
||||
use ('mbbill/undotree')
|
||||
use ('folke/which-key.nvim')
|
||||
use("mickael-menu/zk-nvim")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user