diff --git a/dots/.config/nvim/lua/plugins/configs/neorg.lua b/dots/.config/nvim/lua/plugins/configs/neorg.lua index ac452ecd..daa96f4a 100644 --- a/dots/.config/nvim/lua/plugins/configs/neorg.lua +++ b/dots/.config/nvim/lua/plugins/configs/neorg.lua @@ -3,7 +3,10 @@ return { "nvim-neorg/neorg", build = ":Neorg sync-parsers", -- This is the important bit! cmd = { "Neorg" }, - ft = { "norg" }, + event = { "FileType" }, + dependencies = { + { "nvim-treesitter/nvim-treesitter" }, + }, keys = { { "o", desc = "> Neorg" }, { "oj", ":Neorg journal custom", desc = "Neorg: Journal" },