diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 20:13:00 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 20:13:00 -0400 |
commit | aabe9d44e339ebda81ae8b878d50c00add5090ec (patch) | |
tree | 8896ef374725946d3f40ee48f64a927065e417d5 | |
parent | 18357af871d760c558ef736a05c3dc34f3609453 (diff) |
fixed typo
-rw-r--r-- | home-config/nvim/config/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index 1e2cbea..c0082a2 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
@@ -47,7 +47,7 @@ require('nvim-treesitter.configs').setup { | |||
47 | 47 | ||
48 | require('orgmode').setup({ | 48 | require('orgmode').setup({ |
49 | org_agenda_files = {'~/Sync/org/**/*'}, | 49 | org_agenda_files = {'~/Sync/org/**/*'}, |
50 | org_default_notes_files = '~/Sync/org/refile.org', | 50 | org_default_notes_file = '~/Sync/org/refile.org', |
51 | }) | 51 | }) |
52 | 52 | ||
53 | vim.opt.conceallevel = 2 | 53 | vim.opt.conceallevel = 2 |