refactor(nvim): remove editorconfig plugin
EditorConfig support is now built in to Neovim
This commit is contained in:
parent
86d41ce892
commit
4e92258828
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user