From 5bf5677f5e5d2ee402e0591333767fe1b45af2fb Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Wed, 22 Nov 2023 11:42:45 +0100 Subject: [PATCH] Update config --- after/plugin/indent-blankline.lua | 6 +----- lua/default/packer.lua | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/after/plugin/indent-blankline.lua b/after/plugin/indent-blankline.lua index 9a04c1f..e58bb8a 100644 --- a/after/plugin/indent-blankline.lua +++ b/after/plugin/indent-blankline.lua @@ -1,7 +1,7 @@ require "ibl".setup { scope = { enabled = true, - highlight = { "Ignore", "Label" }, + highlight = "Label", show_start = false, show_end = false, include = { @@ -10,12 +10,8 @@ require "ibl".setup { }, }, }, - whitespace = { - highlight = "Ignore", - }, indent = { char = "▏", - highlight = { "Ignore", "Comment" }, }, exclude = { buftypes = { "terminal", "nofile" }, diff --git a/lua/default/packer.lua b/lua/default/packer.lua index 2d22cff..d0837f9 100644 --- a/lua/default/packer.lua +++ b/lua/default/packer.lua @@ -18,7 +18,6 @@ return require("packer").startup(function(use) -- easy mode use("stevearc/conform.nvim") - use { 'stevearc/dressing.nvim' } use("rafamadriz/friendly-snippets") use({ 'echasnovski/mini.nvim', branch = 'stable' }) use("ThePrimeagen/refactoring.nvim")