dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/indent.lua


return {
	"lukas-reineke/indent-blankline.nvim",
	main = "ibl",
	event = "VeryLazy",
	config = function()
		require("ibl").setup({
			scope = {
				show_start = false,
			},
			indent = {
				char = "┊",
				tab_char = "┊",
				smart_indent_cap = true,
			},
			whitespace = {
				remove_blankline_trail = true,
			},
		})
	end,
}

Download

raw zip tar