From 6c3950f5333ee134a195f8dab0e21087bbcf8d1f Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sat, 31 May 2025 12:48:50 -0700 Subject: [PATCH] fix: enable all lsps --- .config/nvim/lua/rocketcamel/plugins/lsp.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/nvim/lua/rocketcamel/plugins/lsp.lua b/.config/nvim/lua/rocketcamel/plugins/lsp.lua index 9220a90..5ca0f8a 100755 --- a/.config/nvim/lua/rocketcamel/plugins/lsp.lua +++ b/.config/nvim/lua/rocketcamel/plugins/lsp.lua @@ -34,9 +34,7 @@ return { "gopls", "templ", }, - automatic_enable = { - exclude = { "luau_lsp" }, - }, + automatic_enable = true, }) local cmp = require("cmp") cmp.setup({