Actually Stowing Files
This commit is contained in:
parent
0f42a6b9c3
commit
500aecaea1
752 changed files with 1 additions and 67593 deletions
16
vim/.config/nvim/lua/plugins/indentLine.lua
Normal file
16
vim/.config/nvim/lua/plugins/indentLine.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
'Yggdroot/indentLine',
|
||||
config = function()
|
||||
-- Set the character used for indentation lines
|
||||
vim.g.indentLine_char = '│'
|
||||
|
||||
-- Optional: Set colors for terminal and GUI
|
||||
vim.g.indentLine_color_term = 239
|
||||
vim.g.indentLine_color_gui = '#3e4451'
|
||||
|
||||
-- Optional: Customize the behavior of indentLine
|
||||
-- Enable/disable specific file types or settings if needed
|
||||
vim.g.indentLine_filetype_exclude = {"*"}
|
||||
end
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue