this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: disable horizontal mouse scroll in NeoVim

+1
+1
modules/nvim/init.fnl
··· 70 70 (opt {:hidden false :autowriteall true})) 71 71 72 72 (do 73 + (set opt.mousescroll ["ver:3" "hor:0"]) 73 74 ; Keep cursor in the middle 74 75 (let [value 9999 75 76 enter (fn []