diff options
| author | Max Christian Pohle | 2024-09-01 02:00:46 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2024-09-01 02:00:46 +0200 |
| commit | fe0e677564995c25119beb8238234c24ef6e592c (patch) | |
| tree | e33fef58ae6a906ae89382c82ebcb541e3f3a997 /lua/plugins/orgmode.lua | |
| parent | 7172c36d4508510ad844fcbea1bd3bc496da809e (diff) | |
| download | vim-fe0e677564995c25119beb8238234c24ef6e592c.tar.bz2 vim-fe0e677564995c25119beb8238234c24ef6e592c.zip | |
refactored the entire config
Diffstat (limited to 'lua/plugins/orgmode.lua')
| -rw-r--r-- | lua/plugins/orgmode.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/plugins/orgmode.lua b/lua/plugins/orgmode.lua index fe09f3e..a9d6ea0 100644 --- a/lua/plugins/orgmode.lua +++ b/lua/plugins/orgmode.lua | |||
| @@ -3,15 +3,9 @@ return { | |||
| 3 | event = 'VeryLazy', | 3 | event = 'VeryLazy', |
| 4 | ft = { 'org' }, | 4 | ft = { 'org' }, |
| 5 | config = function() | 5 | config = function() |
| 6 | -- Setup orgmode | ||
| 7 | require('orgmode').setup({ | 6 | require('orgmode').setup({ |
| 8 | org_agenda_files = '~/orgfiles/**/*', | 7 | org_agenda_files = '~/orgfiles/**/*', |
| 9 | org_default_notes_file = '~/orgfiles/refile.org', | 8 | org_default_notes_file = '~/orgfiles/refile.org', |
| 10 | }) | 9 | }) |
| 11 | require('cmp').setup({ | ||
| 12 | sources = { | ||
| 13 | { name = 'orgmode' } | ||
| 14 | } | ||
| 15 | }) | ||
| 16 | end, | 10 | end, |
| 17 | } | 11 | } |
