From cfe8738ad50d3ff48915eb25b87959aee15d5c5e Mon Sep 17 00:00:00 2001 From: ray-x Date: Sat, 26 Feb 2022 19:25:40 +1100 Subject: [PATCH] disable filetype 'gitcommit' --- 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 ead4d8d..e88eca0 100644 --- a/lua/navigator/lspclient/clients.lua +++ b/lua/navigator/lspclient/clients.lua @@ -697,6 +697,7 @@ local function setup(user_opts) 'txt', 'defx', 'packer', + 'gitcommit', } for i = 1, #disable_ft do if ft == disable_ft[i] or _LoadedFiletypes[ft] then