mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Remove editorconfig-vim as support is now built into neovim
This commit is contained in:
parent
e0edcb64cd
commit
51bb371dbc
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -25,9 +25,6 @@
|
||||||
[submodule "vim/bundle/ReplaceWithRegister"]
|
[submodule "vim/bundle/ReplaceWithRegister"]
|
||||||
path = vim/bundle/ReplaceWithRegister
|
path = vim/bundle/ReplaceWithRegister
|
||||||
url = https://github.com/prurigro/ReplaceWithRegister.git
|
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"]
|
[submodule "vim/bundle/splitjoin.vim"]
|
||||||
path = vim/bundle/splitjoin.vim
|
path = vim/bundle/splitjoin.vim
|
||||||
url = https://github.com/AndrewRadev/splitjoin.vim
|
url = https://github.com/AndrewRadev/splitjoin.vim
|
||||||
|
|
|
@ -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
|
* [ale](https://github.com/w0rp/ale): Asynchronous Lint Engine
|
||||||
* [Comment.nvim](https://github.com/numToStr/Comment.nvim): Smart and Powerful commenting plugin for neovim
|
* [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
|
* [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.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
|
* [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
|
* [nvim-cmp](https://github.com/hrsh7th/nvim-cmp): A completion engine plugin for neovim written in Lua
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0956bc257ca4eaa3e087e0ba2253a3e980805820
|
|
Loading…
Reference in a new issue