From 927dcd999eb2ac6924f13b1fc22ad19872d7dd54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 7 Oct 2024 12:51:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20add=20kulala=20lsp=20?= =?UTF-8?q?to=20the=20rest=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/util/rest-extended.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/util/rest-extended.lua b/.config/nvim/lua/plugins/extras/util/rest-extended.lua index a020602f..827cef67 100644 --- a/.config/nvim/lua/plugins/extras/util/rest-extended.lua +++ b/.config/nvim/lua/plugins/extras/util/rest-extended.lua @@ -13,4 +13,12 @@ return { }, }, }, + { + "neovim/nvim-lspconfig", + opts = { + servers = { + kulala_ls = {}, + }, + }, + }, }