Update config

This commit is contained in:
Simon Lasbrugnas 2023-11-22 02:15:20 +01:00
parent 0931bbe80c
commit 8105c69f23
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE
3 changed files with 8 additions and 2 deletions

View file

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

View file

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

View file

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