From 60d683da3bfe3440cac4faa5072ecba4a1d2af98 Mon Sep 17 00:00:00 2001 From: Jeffrey Lau Date: Sat, 18 Apr 2020 01:45:01 +0800 Subject: Add vim-language-server linter support --- test/command_callback/vim_fixtures/invalid_vim_project/test.vim | 0 test/command_callback/vim_fixtures/node_modules/.bin/vim-language-server | 0 test/command_callback/vim_fixtures/path_with_autoload/autoload/test.vim | 0 test/command_callback/vim_fixtures/path_with_autoload/test.vim | 0 test/command_callback/vim_fixtures/path_with_initvim/init.vim | 0 test/command_callback/vim_fixtures/path_with_plugin/plugin/test.vim | 0 test/command_callback/vim_fixtures/path_with_plugin/test.vim | 0 test/command_callback/vim_fixtures/path_with_vimrc/.vimrc | 0 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/vim_fixtures/invalid_vim_project/test.vim create mode 100644 test/command_callback/vim_fixtures/node_modules/.bin/vim-language-server create mode 100644 test/command_callback/vim_fixtures/path_with_autoload/autoload/test.vim create mode 100644 test/command_callback/vim_fixtures/path_with_autoload/test.vim create mode 100644 test/command_callback/vim_fixtures/path_with_initvim/init.vim create mode 100644 test/command_callback/vim_fixtures/path_with_plugin/plugin/test.vim create mode 100644 test/command_callback/vim_fixtures/path_with_plugin/test.vim create mode 100644 test/command_callback/vim_fixtures/path_with_vimrc/.vimrc (limited to 'test/command_callback/vim_fixtures') diff --git a/test/command_callback/vim_fixtures/invalid_vim_project/test.vim b/test/command_callback/vim_fixtures/invalid_vim_project/test.vim new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/node_modules/.bin/vim-language-server b/test/command_callback/vim_fixtures/node_modules/.bin/vim-language-server new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/path_with_autoload/autoload/test.vim b/test/command_callback/vim_fixtures/path_with_autoload/autoload/test.vim new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/path_with_autoload/test.vim b/test/command_callback/vim_fixtures/path_with_autoload/test.vim new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/path_with_initvim/init.vim b/test/command_callback/vim_fixtures/path_with_initvim/init.vim new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/path_with_plugin/plugin/test.vim b/test/command_callback/vim_fixtures/path_with_plugin/plugin/test.vim new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/path_with_plugin/test.vim b/test/command_callback/vim_fixtures/path_with_plugin/test.vim new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/vim_fixtures/path_with_vimrc/.vimrc b/test/command_callback/vim_fixtures/path_with_vimrc/.vimrc new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3