From 400cb048ce14c353e084057c2f5e1ebfc84a1f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 24 Feb 2024 19:54:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20comments(nvim):=20add=20tsserver?= =?UTF-8?q?=20variable=20annotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nvim/lua/plugins/extras/lang/web/typescript-extended.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua index a2832933..8c481e17 100644 --- a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua @@ -1,4 +1,4 @@ -local ts_server_activated = true +local ts_server_activated = true -- Change this variable to false if you want to use typescript-tools instead of lspconfig tsserver implementation local ft = { "typescript", "typescriptreact", "javascript", "javascriptreact" } local inlayHints = {