added java debugging feat.

This commit is contained in:
DEF4ULT 2024-05-13 07:53:25 +08:00
commit 243843f190
16 changed files with 1886 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
{ -- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
},
}