From 06a8879c46b6bd25270781d1c0ce545b178fa8b1 Mon Sep 17 00:00:00 2001 From: spike Date: Wed, 24 Aug 2022 15:20:56 +0200 Subject: [PATCH] filetype should not be handled by navigator --- lua/navigator/lspclient/clients.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/navigator/lspclient/clients.lua b/lua/navigator/lspclient/clients.lua index aa760e3..e0a283e 100644 --- a/lua/navigator/lspclient/clients.lua +++ b/lua/navigator/lspclient/clients.lua @@ -42,6 +42,7 @@ local disabled_ft = { 'windline', 'notify', 'nofile', + 'help', '', } -- local cap = vim.lsp.protocol.make_client_capabilities()