From b4f28da8b7b453a4dcccc9f660b05f58e2e90fce Mon Sep 17 00:00:00 2001 From: Fabio Lenherr Date: Wed, 22 Feb 2023 14:57:08 +0100 Subject: [PATCH] feat: add editorconfig --- nvim/lua/settings/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/settings/plugins.lua b/nvim/lua/settings/plugins.lua index ddafc1a..829fb42 100644 --- a/nvim/lua/settings/plugins.lua +++ b/nvim/lua/settings/plugins.lua @@ -56,5 +56,6 @@ Plug('lvimuser/lsp-inlayhints.nvim') -- inlay hints Plug('preservim/tagbar') -- tags on the right Plug('ggandor/leap.nvim') -- special movement Plug('brenoprata10/nvim-highlight-colors') -- colors +Plug('gpanders/editorconfig.nvim') -- editorconfig vim.call("plug#end")