From c4cf35279819cf3a31c4aecf6cc8cfb5b4f3581f Mon Sep 17 00:00:00 2001 From: zootedb0t <05kraken@protonmail.com> Date: Fri, 16 Jul 2021 14:44:26 +0530 Subject: [PATCH] Fix typo in README (#32) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c06daae..8f3352f 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Nondefault configuration example: ```lua -require.'navigator'.setup({ +require'navigator'.setup({ debug = false, -- log output code_action_icon = " ", width = 0.75, -- max width ratio (number of cols for the floating window) / (window width) @@ -244,7 +244,7 @@ together. If you have multiple similar LSP installed and have trouble with the p To disable a LSP server, set `filetypes` to {} e.g. ```lua -require.'navigator'.setup({ +require'navigator'.setup({ pyls={filetype={}} })