Skip to content

Commit

Permalink
feat(indent-blankline): add indent-blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar committed Sep 6, 2023
1 parent e01e904 commit 8a1c368
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,22 @@ require("lazy").setup({
version = "*",
config = true,
},
{
"lukas-reineke/indent-blankline.nvim", -- Indent guides
event = { "BufReadPost", "BufNewFile" },
opts = {
char = "",
filetype_exclude = {
"help",
"netrw",
"Trouble",
"lazy",
"notify",
},
show_trailing_blankline_indent = false,
show_current_context = true,
},
},
{
"j-hui/fidget.nvim", -- Status for LSP stuff
tag = "legacy",
Expand Down

0 comments on commit 8a1c368

Please sign in to comment.