this repo has no description
0
fork

Configure Feed

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

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+4
+4
.vimrc
··· 192 192 endif 193 193 194 194 " Firenvim settings 195 + if !has('nvim') 196 + " skip loading when running vanilla vim to avoid startup errors 197 + let g:firenvim_loaded = 1 198 + endif 195 199 if exists('g:started_by_firenvim') 196 200 " For whatever reason this doesn't needs explicit keybinding: 197 201 " https://github.com/glacambre/firenvim/issues/332