Smor
Smor
DDeno
Created by Smor on 9/26/2023 in #help
Nvim tsserver clash with denols
["tsserver"] = function()
lspconfig.tsserver.setup({
on_attach = on_attach,
capabilities = capabilities,
single_file_support = false,
root_dir = lspconfig.util.root_pattern("package.json"),
init_options = {
lint = true,
},
})
end,

["denols"] = function()
lspconfig.denols.setup({
on_attach = on_attach,
capabilities = capabilities,
root_dir = lspconfig.util.root_pattern("deno.json"),
init_options = {
lint = true,
},
})
end,
["tsserver"] = function()
lspconfig.tsserver.setup({
on_attach = on_attach,
capabilities = capabilities,
single_file_support = false,
root_dir = lspconfig.util.root_pattern("package.json"),
init_options = {
lint = true,
},
})
end,

["denols"] = function()
lspconfig.denols.setup({
on_attach = on_attach,
capabilities = capabilities,
root_dir = lspconfig.util.root_pattern("deno.json"),
init_options = {
lint = true,
},
})
end,
3 replies
DDeno
Created by Smor on 3/11/2023 in #help
Nvim deno tsserver conflict
Solved im just terrible at configuring nvim
2 replies
DDeno
Created by Smor on 3/10/2023 in #help
Deno Docker - deno run --watch file.ts
Is this smthing thats imposible to do currently on the m1
3 replies