2 files changed,
5 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-12-04 22:31:47 +0200
Parent:
cc1c22e
jump to
| M | lua/plugins/core.lua |
| M | lua/plugins/lsp/servers.lua |
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 = {},