this is my current local config

This commit is contained in:
Ricardo Perre 2025-07-26 11:36:56 +01:00
parent 3338d39206
commit 4055a293a5
9 changed files with 1406 additions and 814 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 = {},
},
}