claude refactor

This commit is contained in:
cedricreper 2025-10-17 14:49:36 +09:00
parent ec8084b081
commit 2863cec92c
24 changed files with 1127 additions and 1120 deletions

View file

@ -0,0 +1,11 @@
-- Adds indentation guides even on blank lines
-- To enable: move this file to lua/plugins/ or import it in init.lua
-- See `:help ibl`
return {
{
'lukas-reineke/indent-blankline.nvim',
main = 'ibl',
opts = {},
},
}