chore(neovim): remove nvim-orgmode

This commit is contained in:
Felix Schröter 2022-05-27 00:48:48 +02:00
parent 73ef1820a8
commit 221e73df12
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 0 additions and 8 deletions

View file

@ -59,7 +59,6 @@ in {
nvim-dap-virtual-text nvim-dap-virtual-text
neorg neorg
orgmode
]; ];
extraConfig = with builtins; extraConfig = with builtins;
# readFile ./vim-surround-fix.vim + # readFile ./vim-surround-fix.vim +
@ -79,7 +78,6 @@ in {
./dap/mappings.lua ./dap/mappings.lua
./treesitter.lua ./treesitter.lua
./neorg.lua ./neorg.lua
./orgmode.lua
]); ]);
withNodeJs = false; withNodeJs = false;
withPython3 = false; withPython3 = false;

View file

@ -1,6 +0,0 @@
require("orgmode").setup_ts_grammar()
require("orgmode").setup {
org_agenda_files = {"~/org/**/*"},
org_default_notes_file = "~/org/notes.org",
}