Skip to content

Commit 4fb0dd3

Browse files
committed
xvim: removed undotree plugin and key bind
1 parent 9fddbaf commit 4fb0dd3

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

dots/nvim/lua/config/keybinds.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ map("v", "<leader>y", "\"+y", defaults("Yank selection to clipboard"))
2020
-- yoink current buffer into dragon
2121
map("n", "<A-n>", "<CMD>silent !ripdrag %<CR>", defaults("Drag current buffer"))
2222

23-
-- undo tree
24-
map(
25-
"n",
26-
"<C-n>",
27-
vim.cmd.UndotreeToggle,
28-
defaults("Yank selection to clipboard")
29-
)
30-
3123
-- lsp
3224
vim.api.nvim_create_autocmd("LspAttach", {
3325
callback = function(args)

specials/xvim/config.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
nvim-web-devicons
2626
lspkind-nvim
2727
oil-nvim
28-
undotree
2928
;
3029

3130
treesitter = let

0 commit comments

Comments
 (0)