chore: remove neorg
This commit is contained in:
parent
5aa0ca76d3
commit
3ffacb9d7e
|
@ -2,4 +2,3 @@ require 'core.options'
|
|||
require 'core.dashboard'
|
||||
require 'core.keybinds'
|
||||
require 'core.lualine'
|
||||
require 'core.neorg'
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
notes = "~/NAS/Documents/Neorg/",
|
||||
},
|
||||
},
|
||||
},
|
||||
["core.concealer"] = {
|
||||
config = {
|
||||
folds = false,
|
||||
icons_preset = "varied",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- Keybinds
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.register({
|
||||
n = {
|
||||
name = "neorg",
|
||||
f = { "<cmd>Telescope find_files search_dirs=~/NAS/Documents/Neorg<cr>", "Search for notes" },
|
||||
d = { "<cmd>Telescope find_files search_dirs=~/NAS/Documents/Typst<cr>", "Search Typst Documents" },
|
||||
},
|
||||
}, { prefix = "<leader>" })
|
Loading…
Reference in a new issue