From 457058aaa66919e4230cd2c72be580458517ee5b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 25 Mar 2022 23:01:08 -0500 Subject: [PATCH] Remove vim-toml > As of Neovim 0.6 and Vim 8.2.3519, these runtime files are included in the main (Neo)Vim distribution. https://github.com/cespare/vim-toml --- .gitmodules | 3 --- vim/pack/normal/start/vim-toml | 1 - 2 files changed, 4 deletions(-) delete mode 160000 vim/pack/normal/start/vim-toml diff --git a/.gitmodules b/.gitmodules index 716cf32..95df6c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "vim/pack/normal/start/vim-go"] path = vim/pack/normal/start/vim-go url = https://github.com/fatih/vim-go.git -[submodule "vim/pack/normal/start/vim-toml"] - path = vim/pack/normal/start/vim-toml - url = https://github.com/cespare/vim-toml.git [submodule "zsh/zsh-syntax-highlighting"] path = zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/vim/pack/normal/start/vim-toml b/vim/pack/normal/start/vim-toml deleted file mode 160000 index 2c8983c..0000000 --- a/vim/pack/normal/start/vim-toml +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2c8983cc391287e5e26e015c3ab9c38de9f9b759