💬 comments(nvim): add tsserver variable annotation

This commit is contained in:
Sergio Laín 2024-02-24 19:54:33 +01:00
parent 53953488fe
commit 400cb048ce
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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 = {