added listchars plugin

main
Mathias Rothenhaeusler 2024-10-12 15:06:02 +02:00
parent a469b206fd
commit 4d525339f7
1 changed files with 17 additions and 0 deletions

View File

@ -108,8 +108,25 @@ return {
'mistweaverco/kulala.nvim',
},
--- diff view ---
"sindrets/diffview.nvim",
---- show listchars ----
{
"fraso-dev/nvim-listchars",
config = function()
require("nvim-listchars").setup({
save_state = false,
listchars = {
trail = "-",
eol = "",
tab = "» ",
},
exclude_filetypes = {},
lighten_step = 10,
})
end,
},
-- lazy.nvim Hardtime
-- {
-- "m4xshen/hardtime.nvim",