From ab0bf615123da5f5f7eb30d18ee34b0b317aa795 Mon Sep 17 00:00:00 2001 From: Andrew Hayworth Date: Mon, 22 Jul 2019 08:06:55 -0500 Subject: Add support for ink-language-server This commit add support for ink-language-server, which it does by largely copying and pasting from the pure-language-server PR that was merged recently. The most interesting things to note are: - ink-language-server is distributed upstream via npm, which is why we search through node_modules - With some coaxing, it can be installed globally - which is why we search for a global binary. - Ink is a funky language, and users will likely need to add initialization options. - I am not incredibly familiar with vimscript; and I may not have done some of the buffer searching correctly. --- test/command_callback/ink_paths/story/main.ink | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/ink_paths/story/main.ink (limited to 'test/command_callback/ink_paths/story/main.ink') diff --git a/test/command_callback/ink_paths/story/main.ink b/test/command_callback/ink_paths/story/main.ink new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3