fix statusline + some lsp stuff

This commit is contained in:
Gabe Farrell 2024-04-14 21:58:24 -04:00
parent cc4abb76ee
commit d9d98ca2c8
12 changed files with 216 additions and 60 deletions

View file

@ -1,13 +1,12 @@
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
event = "User FilePost",
opts = {
indent = { char = "", highlight = "IblChar" },
scope = { char = "", highlight = "IblScopeChar" },
},
config = function(_, opts)
dofile(vim.g.base46_cache .. "blankline")
local hooks = require "ibl.hooks"
hooks.register(hooks.type.WHITESPACE, hooks.builtin.hide_first_space_indent_level)
require("ibl").setup(opts)