added nvim
This commit is contained in:
parent
02fe17d9a1
commit
975099489a
34 changed files with 1523 additions and 0 deletions
52
.config/nvim/lua/plugins/neorg.lua.bak
Normal file
52
.config/nvim/lua/plugins/neorg.lua.bak
Normal file
|
@ -0,0 +1,52 @@
|
|||
-- return {
|
||||
-- {
|
||||
-- "nvim-neorg/neorg",
|
||||
-- lazy = true, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
|
||||
-- version = "*", -- Pin Neorg to the latest stable release
|
||||
-- config = {
|
||||
-- load = {
|
||||
-- -- ["external.conceal-wrap"] = {},
|
||||
-- -- ["external.context"] = {},
|
||||
-- ["core.defaults"] = {},
|
||||
-- ["core.concealer"] = {},
|
||||
-- ["core.export"] = {},
|
||||
-- ["core.export.markdown"] = {},
|
||||
-- ["core.journal"] = {},
|
||||
-- ["core.queries.native"] = {},
|
||||
-- -- ["core.integrations.zen_mode"] = {},
|
||||
-- -- ["core.presenter"] = {
|
||||
-- -- config = {
|
||||
-- -- zen_mode = "zen-mode",
|
||||
-- -- },
|
||||
-- -- },
|
||||
-- ["core.summary"] = {},
|
||||
-- ["core.text-objects"] = {},
|
||||
-- -- ["core.latex.renderer"] = {},
|
||||
-- ["core.completion"] = {
|
||||
-- config = {
|
||||
-- engine = "nvim-cmp",
|
||||
-- },
|
||||
-- },
|
||||
-- ["core.keybinds"] = {
|
||||
-- config = {
|
||||
-- default_keybinds = true,
|
||||
-- preset = "neorg",
|
||||
-- },
|
||||
-- },
|
||||
-- ["core.dirman"] = {
|
||||
-- config = {
|
||||
-- workspaces = {
|
||||
-- notes = "/home/fic/notes",
|
||||
-- },
|
||||
-- default_workspace = "notes",
|
||||
-- index = "index.norg",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- dependencies = {
|
||||
-- -- "benlubas/neorg-conceal-wrap",
|
||||
-- "max397574/neorg-contexts",
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
Loading…
Add table
Add a link
Reference in a new issue