diff --git a/dots/.config/nvim/lua/plugins/configs/neorg.lua b/dots/.config/nvim/lua/plugins/configs/neorg.lua index 39216dae..0848ee26 100644 --- a/dots/.config/nvim/lua/plugins/configs/neorg.lua +++ b/dots/.config/nvim/lua/plugins/configs/neorg.lua @@ -3,7 +3,7 @@ return { "nvim-neorg/neorg", build = ":Neorg sync-parsers", -- This is the important bit! cmd = { "Neorg" }, - event = { "FileType" }, + event = { "WinEnter" }, dependencies = { { "nvim-treesitter/nvim-treesitter" }, },