aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/pml68/plugins.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 7a72471..d2d7145 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -1,4 +1,12 @@
local plugins = {
+ -- Indent Blankline
+ {
+ "lukas-reineke/indent-blankline.nvim",
+ main = "ibl",
+ config = function()
+ require("ibl").setup()
+ end
+ },
-- CMP
{
"hrsh7th/nvim-cmp",