From 4018cab16df16cffb70d3a44e0f47a9e463e4851 Mon Sep 17 00:00:00 2001 From: ray-x Date: Fri, 4 Mar 2022 17:25:42 +1100 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9edcb0f..036d692 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,11 @@ require'navigator'.setup({ ``` +Use lsp_installer configs +You can delegate the lsp server setup to lsp_installer with `server:setup{opts}` +Here is an example [init_lsp_installer.lua](https://github.com/ray-x/navigator.lua/blob/master/playground/init_lsp_installer.lua) + + ## Usage Please refer to lua/navigator/lspclient/mapping.lua on key mappings. Should be able to work out-of-box.