this repo has no description
1
fork

Configure Feed

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

fix: disable Neorg

+3 -3
+3 -3
modules/nvim/init.fnl
··· 289 289 :matchup {:enable true} 290 290 :indent {:enable true} 291 291 :incremental_selection {:enable true}}) 292 - (setup :neorg 293 - {:load {:core.defaults {} 294 - :core.concealer {}}}) 292 + ;(setup :neorg 293 + ; {:load {:core.defaults {} 294 + ; :core.concealer {}}}) 295 295 )) 296 296 297 297 (defcommand Clean "keeppatterns %s/\\s\\+$//e | set nohlsearch")