chore(neovim): remove nvim-orgmode
This commit is contained in:
parent
73ef1820a8
commit
221e73df12
|
@ -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;
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
require("orgmode").setup_ts_grammar()
|
|
||||||
|
|
||||||
require("orgmode").setup {
|
|
||||||
org_agenda_files = {"~/org/**/*"},
|
|
||||||
org_default_notes_file = "~/org/notes.org",
|
|
||||||
}
|
|
Loading…
Reference in a new issue