mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 10:01:14 +10:00
made neovim config using XDG_BASE_FOLDER specifications
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
-------------------------------------------------
|
||||
-- DT'S NEOVIM CONFIGURATION
|
||||
-- Neovim website: https://neovim.io/
|
||||
-- DT's dotfiles: https://gitlab.com/dwt1/dotfiles
|
||||
-------------------------------------------------
|
||||
|
||||
local status, orgmode = pcall(require, "orgmode")
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
orgmode.setup({
|
||||
org_agenda_files = { "~/nc/Org/agenda.org" },
|
||||
org_default_notes_file = "~/nc/Org/notes.org",
|
||||
})
|
||||
|
||||
orgmode.setup_ts_grammar()
|
||||
Reference in New Issue
Block a user