Update config
This commit is contained in:
parent
8105c69f23
commit
5bf5677f5e
2 changed files with 1 additions and 6 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue