Add neorg
This commit is contained in:
parent
4bd0009ae6
commit
a80547d28d
@ -204,6 +204,26 @@
|
||||
:after :nvim-lspconfig
|
||||
:config (module-fn! :plugin.jdtls :configure))
|
||||
|
||||
;; neorg
|
||||
(use! :nvim-neorg/neorg
|
||||
:ft "norg"
|
||||
:cmd "Neorg"
|
||||
:module :neorg
|
||||
:requires :nvim-lua/plenary.nvim
|
||||
:run ":Neorg sync-parsers"
|
||||
:config #(setup! :neorg
|
||||
:load {
|
||||
:core.defaults { }
|
||||
:core.norg.concealer { }
|
||||
:core.norg.completion {
|
||||
:config { :engine :nvim-cmp }}
|
||||
:core.norg.dirman {
|
||||
:config {
|
||||
:workspaces {
|
||||
:japanese "~/neorg/japanese/"
|
||||
}
|
||||
:index "index.norg" }}}))
|
||||
|
||||
;; Sync all packages on first launch
|
||||
(if _G.first_launch
|
||||
(module-call! :packer :sync)))
|
||||
|
Reference in New Issue
Block a user