Browse Source

vim: add editorconfig-vim support

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 1 year ago
parent
commit
26ccdebaad
3 changed files with 5 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      3rd-party/editorconfig-vim
  3. +1
    -0
      files/.vim/pack/local/start/editorconfig-vim

+ 3
- 0
.gitmodules

@ -16,3 +16,6 @@
[submodule "3rd-party/vim-hcl"]
path = 3rd-party/vim-hcl
url = https://github.com/jvirtanen/vim-hcl
[submodule "3rd-party/editorconfig-vim"]
path = 3rd-party/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git

+ 1
- 0
3rd-party/editorconfig-vim

@ -0,0 +1 @@
Subproject commit 6bba2596601086ddfc882488b1444bf1ea43aab9

+ 1
- 0
files/.vim/pack/local/start/editorconfig-vim

@ -0,0 +1 @@
../../../../../3rd-party/editorconfig-vim

Loading…
Cancel
Save