this repo has no description
1
fork

Configure Feed

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

fix: do not set `EDITOR` variable for terminal

+3
+3
modules/nvim/init.fnl
··· 187 187 (map :i :<C-q><C-q> :<ESC>) 188 188 (when (fun.executable :nvr) 189 189 (set vim.env.EDITOR "nvr -cc split -c 'set bufhidden=delete' --remote-wait"))) 190 + (map :i :<C-q><C-q> :<ESC>)) 191 + ; (when (fun.executable :nvr) 192 + ; (set vim.env.EDITOR "nvr -cc split -c 'set bufhidden=delete' --remote-wait"))) 190 193 191 194 (do ; Git mappings 192 195 (let [leader :U