all repos

init.lua @ 51f9814a0269e7d5d7798d2d4d442ca1e6b572ae

my nvim config
2 files changed, 5 insertions(+), 1 deletions(-)
feat: typescript
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-04 22:31:47 +0200
Parent: cc1c22e
M lua/plugins/core.lua

@@ -35,4 +35,9 @@ check_ts = true,

disable_filetype = { "TelescopePrompt", "markdown" }, }, }, + { + "pmizio/typescript-tools.nvim", + ft = { "typescript" }, + opts = {}, + }, }
M lua/plugins/lsp/servers.lua

@@ -1,6 +1,5 @@

return { clangd = {}, - ts_ls = {}, eslint = {}, html = {}, gleam = {},