feat(neovim): replace vim-orgmode with orgmode
This commit is contained in:
parent
8dcabd8cbf
commit
ca3036fc60
3 changed files with 10 additions and 1 deletions
6
home/editors/neovim/orgmode.lua
Normal file
6
home/editors/neovim/orgmode.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
require("orgmode").setup_ts_grammar()
|
||||
|
||||
require("orgmode").setup {
|
||||
org_agenda_files = {"~/org/**/*"},
|
||||
org_default_notes_file = "~/org/notes.org",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue