COMPLETE rewrite of neovim config to see if we can speed things up!

This commit is contained in:
2025-06-10 04:30:12 -05:00
parent 7e5bed8960
commit a0b7840a21
39 changed files with 1428 additions and 1112 deletions

View File

@ -0,0 +1,20 @@
return {
{
'laytan/cloak.nvim',
opts = {
enabled = false,
cloak_character = "",
highlight_group = "Comment",
patterns = {
{
file_pattern = {
'.env*',
'wrangler.toml',
'.dev.vars',
},
cloak_pattern = "=.+"
},
},
},
},
}