From: Samir Benmendil Date: Thu, 4 Apr 2024 15:12:02 +0000 (+0100) Subject: nvim: remove deprecated config for orgmode X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4ee70171591f53ee27d08945239062c420c461d5?ds=sidebyside nvim: remove deprecated config for orgmode --- diff --git a/nvim/lua/plugins/productivity.lua b/nvim/lua/plugins/productivity.lua index a612c82..c7029b7 100644 --- a/nvim/lua/plugins/productivity.lua +++ b/nvim/lua/plugins/productivity.lua @@ -54,7 +54,7 @@ return { org_archive_location = "archive/%s_archive::", org_log_done = 'time', org_log_into_drawer = "LOGBOOK", - org_indent_mode = "noindent", + org_startup_indented = "noindent", org_tags_column = -80, -- flushright org_todo_keywords = { "TODO(t)", "NEXT(n)", "WAITING(w)", "|", "DONE", "CANCELLED" }, org_todo_keyword_faces = { @@ -113,8 +113,5 @@ SCHEDULED: %t end, }, }, - init = function() - require("orgmode").setup_ts_grammar() - end, }, }