From 2216a8431a2ea5d37a0cd5bd0a5e21120f4f8d78 Mon Sep 17 00:00:00 2001 From: Wessel Tip Date: Thu, 11 Sep 2025 12:43:01 +0200 Subject: [PATCH] feat(nvim): Add editorconfig --- nvim/lua/plugins/code.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvim/lua/plugins/code.lua b/nvim/lua/plugins/code.lua index ef49985..9722ac6 100644 --- a/nvim/lua/plugins/code.lua +++ b/nvim/lua/plugins/code.lua @@ -135,4 +135,8 @@ return { crates.show() end, }, + { + "editorconfig/editorconfig-vim", + event = "VeryLazy" + }, }