fix indent-blankline and foldcolumn

This commit is contained in:
DavidOnTop 2024-04-26 16:41:45 +02:00
parent aeaabf8a48
commit 5a2eb5f514
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
3 changed files with 9 additions and 25 deletions

View file

@ -168,12 +168,14 @@ return {
"nvim-tree/nvim-web-devicons",
{
"lukas-reineke/indent-blankline.nvim",
opts = {
indent = {
tab_char = "",
char = "",
},
},
init = function ()
require("ibl").setup({
indent = {
tab_char = "",
char = "",
},
})
end
},
{
"folke/which-key.nvim",

View file

@ -53,4 +53,4 @@ vim.o.completeopt = "menuone,noselect"
vim.wo.foldmethod = "manual"
vim.wo.foldcolumn = 1
vim.opt.foldcolumn = "1"