🔧 Adjusted nvim to just use straight undotree
This commit is contained in:
parent
165081f150
commit
6c3fe1ee92
3 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ vim.cmd([[nnoremap rg :silent :Rg]])
|
|||
vim.cmd([[nnoremap cmp :silent lua SetAutoCmp(Mode)]])
|
||||
|
||||
--toggle undotree
|
||||
vim.cmd([[nnoremap uu :UndotreeToggle<CR>,]])
|
||||
vim.keymap.set("n", "<leader>u", ":UndotreeToggle<cr>")
|
||||
|
||||
-- runs npm tests without having to leave vim
|
||||
vim.keymap.set("n", "<leader>t", ":w|!npm test<cr>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue