Split up neonvim configuration into lua files rather than lua heredoc

This commit is contained in:
2025-04-04 17:42:35 +00:00
parent 710b0f9cdf
commit 8b29c959fb
3 changed files with 95 additions and 58 deletions

View File

@@ -0,0 +1,8 @@
-- Configure the 'indent-blankline' plugin
-- Look at configuring this for rainbow blocks at some point
require('ibl').setup{
enabled = false,
indent = {
char = '|'
}
}