treesitter templ, tab 8, M-<digit> harpoon, indent-blankline new version

This commit is contained in:
2023-11-04 09:59:18 +01:00
parent 8b998df350
commit d46929c1f3
5 changed files with 17 additions and 4 deletions

View File

@ -28,9 +28,10 @@ return {
{
-- Indentation guides (see `:help indent_blankline.txt`)
'lukas-reineke/indent-blankline.nvim',
main = "ibl",
opts = {
char = '',
show_trailing_blankline_indent = false,
-- char = '┊',
-- show_trailing_blankline_indent = false,
},
},