From 0346fc3c0f406072ea0732ed3afe9c93ff69d8a0 Mon Sep 17 00:00:00 2001 From: ray-x Date: Tue, 1 Mar 2022 21:41:52 +1100 Subject: [PATCH] hash key update --- lua/navigator/lspclient/clients.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/lspclient/clients.lua b/lua/navigator/lspclient/clients.lua index e88eca0..91f67b8 100644 --- a/lua/navigator/lspclient/clients.lua +++ b/lua/navigator/lspclient/clients.lua @@ -722,7 +722,7 @@ local function setup(user_opts) end end - _LoadedFiletypes[ft] = true + _LoadedFiletypes[ft..tostring(bufnr)] = true user_opts = vim.list_extend(user_opts, config) -- incase setup was triggered from autocmd if ft == nil then