vim config changes

This commit is contained in:
Tiago Sousa 2023-10-11 18:13:14 +01:00
parent 4e77df8c01
commit 9cf19bd3a4
9 changed files with 104 additions and 95 deletions

View file

@ -16,6 +16,6 @@ require('nvim-treesitter.configs').setup {
}
require('orgmode').setup({
org_agenda_files = { '~/Nextcloud/Documents/uni/**/*'},
org_default_notes_file = '~/Nextcloud/Documents/uni/refile.org',
org_agenda_files = { '~/Nextcloud/org/**/*'},
org_default_notes_file = '~/Nextcloud/org/refile.org',
})