DEV Community

Discussion on: My Nvim setup process

Collapse
 
kexposito profile image
Kevin Expósito • Edited

Sweet ! I tried gruvbox but I could't get used to. But I would like to try it again right now :P. Regarding Vim-smoothie That's new for me! What I use for scrolling is:

set scrolloff=10 " Allow 10 lines margin when scrolling

I never tried harpoon but I need to! (Primeagen <3)

Collapse
 
gr8arty profile image
Artyom

Yep, it takes time to finally find out your favorite theme...
but I like many things that Primeagen advice xD

and just in case, here are my mappings for harpoon plugin:

< leader >a :lua require("harpoon.mark").add_file()
< leader >h :lua require("harpoon.ui").toggle_quick_menu()
< leader >o :lua require("harpoon.ui").nav_next()
< leader >i :lua require("harpoon.ui").nav_prev()