This website requires JavaScript.
Explore
Help
Sign In
pratyush
/
.cfg
Watch
1
Star
0
Fork
0
You've already forked .cfg
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
.cfg
/
.config
/
nvim
/
after
/
plugin
/
undotree.lua
2 lines
57 B
Lua
Raw
Normal View
History
Unescape
Escape
neovim overhaul (#1) It is a complete redo of the vim/nvim experience. It's neovim with lua everything While this was configured this way with a local computer in mind it should be easy to set up and use on a remote machine. Known Issues: * Fuzzy finder (this is down to me not having understood properly) * Harpoon adding paths (again me) * Need to review the `set.lua` and `remap.lua` for a more uniform approach in nomenclature. This should see more updates. Reviewed-on: https://git.com.de/pratyush/.cfg/pulls/1
2023-01-15 16:50:02 +01:00
vim.keymap
.
set
(
"
n
"
,
"
<leader>u
"
,
vim.cmd
.
UndotreeToggle
)
Reference in New Issue
Copy Permalink