indent line styling

This commit is contained in:
Sam Davenport 2025-04-04 18:59:34 -05:00
parent f3ec45204f
commit 674d5004e7
5 changed files with 11 additions and 2 deletions

View file

@ -769,6 +769,8 @@ require('lazy').setup({
require 'sld.tree',
require 'sld.lualine',
require 'sld.autopairs',
require 'sld.lint',
require 'sld.indent_line',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
-- This is the easiest way to modularize your config.
--

View file

@ -17,8 +17,7 @@ require('gruvbox-material').setup {
signs = {
highlight = true, -- whether to highlight signs
},
customize = funtion(str_group, opt_table) {},
-- configuration accepts
-- customize = funtion(str_group, opt_table) {},
}
require('lualine').setup {
@ -62,3 +61,9 @@ require('lualine').setup {
inactive_winbar = {},
extensions = {},
}
require('ibl').setup {
indent = {
char = '',
},
}