From 76e0c8d3ffde49d40467ee89e65decedb10268a5 Mon Sep 17 00:00:00 2001 From: ray-x Date: Sat, 19 Feb 2022 11:00:53 +1100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40ba90f..982fff3 100644 --- a/README.md +++ b/README.md @@ -348,14 +348,14 @@ together. If you have multiple similar LSP installed and have trouble with the p Above servers covered a small part neovim lspconfig support, You can still use lspconfig to add and config servers not in the list. If you would like to add a server not in the list, you can check this PR https://github.com/ray-x/navigator.lua/pull/107 -Also, an option in setup: +Alternatively, update following option in setup(if you do not want a PR): ```lua require'navigator'setup{lsp={servers={'cmake', 'lexls'}}} ``` -Above example add cmake and lexls to the default server list +Above option add cmake and lexls to the default server list ### Disable a lsp client loading from navigator