refactor(nvim): remove neorg
This commit is contained in:
parent
27449e655c
commit
c0d66f6178
@ -1,48 +0,0 @@
|
|||||||
local neorg = require("neorg")
|
|
||||||
|
|
||||||
neorg.setup({
|
|
||||||
load = {
|
|
||||||
["core.defaults"] = {},
|
|
||||||
["core.concealer"] = {
|
|
||||||
config = {
|
|
||||||
dim_code_blocks = {
|
|
||||||
enabled = true,
|
|
||||||
content_only = true,
|
|
||||||
adaptive = true,
|
|
||||||
},
|
|
||||||
icon_preset = "diamond",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["core.esupports.metagen"] = {
|
|
||||||
config = {
|
|
||||||
type = "auto",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["core.integrations.nvim-cmp"] = {
|
|
||||||
config = {},
|
|
||||||
},
|
|
||||||
["core.completion"] = {
|
|
||||||
config = {
|
|
||||||
engine = "nvim-cmp",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["core.keybinds"] = {
|
|
||||||
config = {
|
|
||||||
default_keybinds = true,
|
|
||||||
-- norg_leader = "-"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["core.dirman"] = {
|
|
||||||
config = {
|
|
||||||
workspaces = {
|
|
||||||
default = "~/.notes", -- Format: <name_of_workspace> = <path_to_workspace_root>
|
|
||||||
},
|
|
||||||
autochdir = true, -- Automatically change the directory to the current workspace's root every time
|
|
||||||
index = "index.norg", -- The name of the main (root) .norg file
|
|
||||||
last_workspace = vim.fn.stdpath("cache") .. "/neorg_last_workspace.txt", -- The location to write and read the workspace cache file
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["core.integrations.telescope"] = {},
|
|
||||||
["core.qol.toc"] = {},
|
|
||||||
},
|
|
||||||
})
|
|
@ -436,20 +436,6 @@ lazy.setup({
|
|||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Note Taking
|
|
||||||
{
|
|
||||||
"nvim-neorg/neorg",
|
|
||||||
build = ":Neorg sync-parsers",
|
|
||||||
config = function()
|
|
||||||
require("plugins.configs._neorg")
|
|
||||||
end,
|
|
||||||
dependencies = {
|
|
||||||
"nvim-lua/plenary.nvim",
|
|
||||||
"nvim-neorg/neorg-telescope",
|
|
||||||
},
|
|
||||||
ft = "norg",
|
|
||||||
},
|
|
||||||
|
|
||||||
-- Log Syntax Highlighting
|
-- Log Syntax Highlighting
|
||||||
{
|
{
|
||||||
"MTDL9/vim-log-highlighting",
|
"MTDL9/vim-log-highlighting",
|
||||||
|
Loading…
Reference in New Issue
Block a user