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 { require "ibl".setup {
scope = { scope = {
enabled = true, enabled = true,
highlight = { "Ignore", "Label" }, highlight = "Label",
show_start = false, show_start = false,
show_end = false, show_end = false,
include = { include = {
@ -10,12 +10,8 @@ require "ibl".setup {
}, },
}, },
}, },
whitespace = {
highlight = "Ignore",
},
indent = { indent = {
char = "", char = "",
highlight = { "Ignore", "Comment" },
}, },
exclude = { exclude = {
buftypes = { "terminal", "nofile" }, buftypes = { "terminal", "nofile" },

View file

@ -18,7 +18,6 @@ return require("packer").startup(function(use)
-- easy mode -- easy mode
use("stevearc/conform.nvim") use("stevearc/conform.nvim")
use { 'stevearc/dressing.nvim' }
use("rafamadriz/friendly-snippets") use("rafamadriz/friendly-snippets")
use({ 'echasnovski/mini.nvim', branch = 'stable' }) use({ 'echasnovski/mini.nvim', branch = 'stable' })
use("ThePrimeagen/refactoring.nvim") use("ThePrimeagen/refactoring.nvim")