From cb971e5a19cc5d939bf667c3a9f3aac43a3b5195 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Sat, 20 Jan 2024 01:58:56 +0400 Subject: [PATCH] fix indent blankline not working --- nvim/lua/themystery/plugins/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/themystery/plugins/theme.lua b/nvim/lua/themystery/plugins/theme.lua index da82269..ccc9fc1 100644 --- a/nvim/lua/themystery/plugins/theme.lua +++ b/nvim/lua/themystery/plugins/theme.lua @@ -1,5 +1,7 @@ return { "olimorris/onedarkpro.nvim", + dependencies = { "lukas-reineke/indent-blankline.nvim" }, + priority = 1000, config = function() require("onedarkpro").setup({ options = {