summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/orgmode.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/orgmode.lua')
-rw-r--r--lua/ben/plugins/orgmode.lua24
1 files changed, 1 insertions, 23 deletions
diff --git a/lua/ben/plugins/orgmode.lua b/lua/ben/plugins/orgmode.lua
index 8a0c023..6b74944 100644
--- a/lua/ben/plugins/orgmode.lua
+++ b/lua/ben/plugins/orgmode.lua
@@ -1,28 +1,6 @@
return {
"nvim-orgmode/orgmode",
- dependencies = {
- { "nvim-treesitter/nvim-treesitter", lazy = true },
- { "dhruvasagar/vim-table-mode", lazy = true },
- {
- "akinsho/org-bullets.nvim",
- enable = false,
- lazy = true,
- config = function()
- require("org-bullets").setup({
- symbols = {
- concealcursor = false,
- list = "",
- headlines = { "◉", "○", "󰮍", "󱥸" },
- checkboxes = {
- half = { "", "OrgTSCheckboxHalfChecked" },
- done = { "", "OrgTSCheckboxDone" },
- todo = { "", "OrgTSCheckboxTODO" },
- },
- },
- })
- end,
- },
- },
+ dependencies = "nvim-treesitter/nvim-treesitter",
event = "VeryLazy",
config = function()
-- Load treesitter grammar for org