💬 comments(nvim): add tsserver variable annotation
This commit is contained in:
parent
53953488fe
commit
400cb048ce
1 changed files with 1 additions and 1 deletions
|
@ -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 ft = { "typescript", "typescriptreact", "javascript", "javascriptreact" }
|
||||||
|
|
||||||
local inlayHints = {
|
local inlayHints = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue