From 56192022b25bf8e71e84e80c6a0936efd88c2f2b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 7 Dec 2019 22:10:33 -0800 Subject: remove Vimscript wrapper nvim_lsp#setup() Lua is easy to use from Vimscript, there is no reason to have multiple ways to work with nvim-lsp. - massively clarifies the "story" that users need to comprehend - reduces surface area, maintenance, tests - avoids constant "Vim or Lua" dance in the documentation - simplifies discussions, tutorials, etc. - avoids confusing situation for users that start with Vimscript but later need Lua-only features --- lua/nvim_lsp/rls.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lua/nvim_lsp/rls.lua') diff --git a/lua/nvim_lsp/rls.lua b/lua/nvim_lsp/rls.lua index 28067999..98a8a09c 100644 --- a/lua/nvim_lsp/rls.lua +++ b/lua/nvim_lsp/rls.lua @@ -18,11 +18,8 @@ https://github.com/rust-lang/rls rls, a language server for Rust -Refer to the following for how to setup rls itself. -https://github.com/rust-lang/rls#setup - -See below for rls specific settings. -https://github.com/rust-lang/rls#configuration +See https://github.com/rust-lang/rls#setup to setup rls itself. +See https://github.com/rust-lang/rls#configuration for rls-specific settings. If you want to use rls for a particular build, eg nightly, set cmd as follows: -- cgit v1.2.3-70-g09d2