diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 02:47:42 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 02:47:42 -0400 |
commit | 1e3c6cd94583f8b4c7314dd5f5c0b332c5206445 (patch) | |
tree | 65285bf2bb71a723043b5930d31a874072978d30 /home-config/nvim/config | |
parent | 600c4b820040a8d26e2e3a13ff341810a0ba1293 (diff) |
Changed setting for org_mode
Diffstat (limited to 'home-config/nvim/config')
-rw-r--r-- | home-config/nvim/config/init.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index 1d3903f..641f7b0 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
@@ -48,6 +48,10 @@ require('nvim-treesitter.configs').setup { | |||
48 | require('orgmode').setup({ | 48 | require('orgmode').setup({ |
49 | org_agenda_files = {'~/Sync/org/**/*'}, | 49 | org_agenda_files = {'~/Sync/org/**/*'}, |
50 | org_default_notes_file = '~/Sync/org/refile.org', | 50 | org_default_notes_file = '~/Sync/org/refile.org', |
51 | org_blank_before_new_entry = { | ||
52 | heading = false, | ||
53 | plain_list_item = false, | ||
54 | }, | ||
51 | }) | 55 | }) |
52 | 56 | ||
53 | vim.opt.conceallevel = 2 | 57 | vim.opt.conceallevel = 2 |