this repo has no description

fix: disable Neorg

hauleth.dev a37c5dee 5d22cec9

verified
Changed files
+3 -3
modules
nvim
+3 -3
modules/nvim/init.fnl
···
:matchup {:enable true}
:indent {:enable true}
:incremental_selection {:enable true}})
-
(setup :neorg
-
{:load {:core.defaults {}
-
:core.concealer {}}})
+
;(setup :neorg
+
; {:load {:core.defaults {}
+
; :core.concealer {}}})
))
(defcommand Clean "keeppatterns %s/\\s\\+$//e | set nohlsearch")