Update config

This commit is contained in:
Simon Lasbrugnas 2023-11-22 11:42:45 +01:00
parent 8105c69f23
commit 5bf5677f5e
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE
2 changed files with 1 additions and 6 deletions

View file

@ -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" },

View file

@ -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")