From 51bb371dbc2d67148ce059949f1dfad7058ff30b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 17 Mar 2024 17:23:10 -0400 Subject: [PATCH] Remove editorconfig-vim as support is now built into neovim --- .gitmodules | 3 --- readme.md | 1 - vim/bundle/editorconfig-vim | 1 - 3 files changed, 5 deletions(-) delete mode 160000 vim/bundle/editorconfig-vim diff --git a/.gitmodules b/.gitmodules index 4568257..995646c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [submodule "vim/bundle/ReplaceWithRegister"] path = vim/bundle/ReplaceWithRegister url = https://github.com/prurigro/ReplaceWithRegister.git -[submodule "vim/bundle/editorconfig-vim"] - path = vim/bundle/editorconfig-vim - url = https://github.com/editorconfig/editorconfig-vim [submodule "vim/bundle/splitjoin.vim"] path = vim/bundle/splitjoin.vim url = https://github.com/AndrewRadev/splitjoin.vim diff --git a/readme.md b/readme.md index 0feefbe..c5042a0 100644 --- a/readme.md +++ b/readme.md @@ -115,7 +115,6 @@ For a complete list of mappings specific to **darkcloud-nvimconfig**, check the * [ale](https://github.com/w0rp/ale): Asynchronous Lint Engine * [Comment.nvim](https://github.com/numToStr/Comment.nvim): Smart and Powerful commenting plugin for neovim * [nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring): A Neovim plugin for setting the commentstring option based on the cursor location in the file. The location is checked via treesitter queries -* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim): EditorConfig plugin for Vim that auto-configures certain settings when a .editorconfig file is present * [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim * [lightline-ale](https://github.com/maximbaz/lightline-ale): Provides ALE indicator for the lightline vim plugin * [nvim-cmp](https://github.com/hrsh7th/nvim-cmp): A completion engine plugin for neovim written in Lua diff --git a/vim/bundle/editorconfig-vim b/vim/bundle/editorconfig-vim deleted file mode 160000 index 0956bc2..0000000 --- a/vim/bundle/editorconfig-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0956bc257ca4eaa3e087e0ba2253a3e980805820