mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
surfingkeys
This commit is contained in:
parent
16ab036322
commit
cf221c7c4b
4 changed files with 1082 additions and 146 deletions
7
home/dot_config/nvim/lsp/ts_ls.lua
Normal file
7
home/dot_config/nvim/lsp/ts_ls.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { "typescript-language-server", "--stdio" },
|
||||
root_markers = { "tsconfig.json", "jsconfig.json", "package.json" },
|
||||
filetypes = { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx" },
|
||||
settings = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue