Add nvim config

This commit is contained in:
Tobias Reisinger 2023-04-02 19:31:08 +02:00
parent 92366b38ac
commit df7bfd1282
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 285 additions and 0 deletions
.config/nvim/after/plugin

View file

@ -0,0 +1 @@
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)