From 4ee70171591f53ee27d08945239062c420c461d5 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 4 Apr 2024 16:12:02 +0100 Subject: [PATCH] nvim: remove deprecated config for orgmode --- nvim/lua/plugins/productivity.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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, }, } -- 2.48.1