From 28e359a7b0405bd0060adc20cd7e8df213c4e234 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 20 Nov 2023 11:01:56 +0100 Subject: Update stuff --- lua/config.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lua/config.lua') diff --git a/lua/config.lua b/lua/config.lua index 677e6cb..a27e424 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -32,10 +32,13 @@ vim.o.cinoptions = "l1,g0,N-s,(s,U1,w1,Ws" vim.o.list = true vim.o.listchars = "lead:ยท" -require("indent_blankline").setup { - show_current_context = false, - show_current_context_start = false, - char_blankline = " ", +require("ibl").setup { + scope = { + enabled = false, + }, + indent = { + char = " ", + }, } vim.api.nvim_create_autocmd({ "BufWritePre" }, { -- cgit