this repo has no description
1
fork

Configure Feed

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

fix: remove unneeded debugging echos

-2
-2
vim/.config/nvim/init.fnl
··· 73 73 ; Keep cursor in the middle 74 74 (let [value 9999 75 75 enter (fn [] 76 - (cmd.echo "'hello'") 77 76 (set opt.window.signcolumn :no) 78 77 (set opt.window.scrolloff 0)) 79 78 leave (fn [] 80 - (cmd.echo "'bye'") 81 79 (set opt.window.signcolumn "yes:1") 82 80 (set opt.window.scrolloff value))] 83 81 (set opt.scrolloff value)