From e725608176ed9b34ad4883f66bc0789c8de031d7 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 7 Sep 2024 10:11:07 -0700 Subject: [PATCH] remove fish lsp --- lua/plugins/lsp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 8ee6694..dc245fc 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -63,7 +63,6 @@ return { globPattern = "*@(.sh|.inc|.bash|.command)", }, }, - fish_lsp = {}, lua_ls = { Lua = { diagnostics = { globals = { "vim" } },