mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: organize ui shit in its own folder
This commit is contained in:
parent
f6e7ce77d8
commit
9569774c7b
10 changed files with 45 additions and 8 deletions
|
@ -7,6 +7,7 @@ local M = {
|
|||
|
||||
M.config = function()
|
||||
vim.opt.undodir = vim.fn.expand("~/.config/undodir")
|
||||
nmap("<leader>u", "<cmd>UndotreeToggle<cr>", { desc = "Toggle undo tree" })
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue