refactor(nvim): remove editorconfig plugin

EditorConfig support is now built in to Neovim
This commit is contained in:
Price Hiller 2023-02-27 01:16:09 -06:00
parent 86d41ce892
commit 4e92258828
No known key found for this signature in database

View File

@ -594,12 +594,6 @@ lazy.setup({
event = "VeryLazy", event = "VeryLazy",
}, },
-- Editorconfig support
{
"gpanders/editorconfig.nvim",
event = "VeryLazy",
},
-- Maintain last cursor position in files -- Maintain last cursor position in files
{ {
"ethanholz/nvim-lastplace", "ethanholz/nvim-lastplace",