Update config
This commit is contained in:
parent
0931bbe80c
commit
8105c69f23
3 changed files with 8 additions and 2 deletions
|
|
@ -5,7 +5,8 @@
|
|||
-- base08 = '#d6d6dd', base09 = '#e5c995', base0A = '#70cdb7', base0B = '#d898d8',
|
||||
-- base0C = '#d898d8', base0D = '#e5c995', base0E = '#70cdb7', base0F = '#d6d6dd',
|
||||
-- })
|
||||
--
|
||||
|
||||
-- require('base16-colorscheme').setup()
|
||||
-- require('base16-colorscheme').with_config({
|
||||
-- telescope = true,
|
||||
-- indentblankline = true,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
require "ibl".setup {
|
||||
scope = {
|
||||
enabled = true,
|
||||
char = "▏",
|
||||
highlight = { "Ignore", "Label" },
|
||||
show_start = false,
|
||||
show_end = false,
|
||||
include = {
|
||||
|
|
@ -10,8 +10,12 @@ require "ibl".setup {
|
|||
},
|
||||
},
|
||||
},
|
||||
whitespace = {
|
||||
highlight = "Ignore",
|
||||
},
|
||||
indent = {
|
||||
char = "▏",
|
||||
highlight = { "Ignore", "Comment" },
|
||||
},
|
||||
exclude = {
|
||||
buftypes = { "terminal", "nofile" },
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ return require("packer").startup(function(use)
|
|||
-- }
|
||||
-- }
|
||||
-- use("RRethy/nvim-base16")
|
||||
use("markvincze/panda-vim")
|
||||
use("rebelot/kanagawa.nvim")
|
||||
use("felipeagc/fleet-theme-nvim")
|
||||
use("lukas-reineke/indent-blankline.nvim")
|
||||
|
|
|
|||
Loading…
Reference in a new issue