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 {
|
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" },
|
||||||
|
|
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue