WSL2 commit

Upload current config from laptop running Ubuntu via WSL2
This commit is contained in:
Lol McBride 2024-10-29 11:51:39 +00:00 committed by GitHub
parent 32a4357af8
commit 37c9183bff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1124 additions and 658 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 = {},
},
}