feat(nvim): Add editorconfig

This commit is contained in:
2025-09-11 12:43:01 +02:00
parent acb68b205d
commit 2216a8431a

View File

@@ -135,4 +135,8 @@ return {
crates.show() crates.show()
end, end,
}, },
{
"editorconfig/editorconfig-vim",
event = "VeryLazy"
},
} }