mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: replace tsserver with ts_ls
This commit is contained in:
parent
d5281e4214
commit
160095fdab
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ npx @johnnymorganz/stylua-bin ./init.lua
|
||||||
├─ cfg_lazy_lsp: LSP configuration & plugins
|
├─ cfg_lazy_lsp: LSP configuration & plugins
|
||||||
│ ├─ cfg_lazy_lsp_servers
|
│ ├─ cfg_lazy_lsp_servers
|
||||||
│ │ ├─ cfg_lazy_lsp_servers_lua
|
│ │ ├─ cfg_lazy_lsp_servers_lua
|
||||||
│ │ ├─ cfg_lazy_lsp_servers_tsserver
|
│ │ ├─ cfg_lazy_lsp_servers_ts_ls
|
||||||
│ │ └─ cfg_lazy_lsp_servers_volar
|
│ │ └─ cfg_lazy_lsp_servers_volar
|
||||||
│ └─ cfg_lazy_lsp_keymaps
|
│ └─ cfg_lazy_lsp_keymaps
|
||||||
├─ cfg_lazy_cmp: Autocompletion
|
├─ cfg_lazy_cmp: Autocompletion
|
||||||
|
|
@ -414,8 +414,8 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
--[[ cfg_lazy_lsp_servers_tsserver ]]
|
--[[ cfg_lazy_lsp_servers_ts_ls ]]
|
||||||
tsserver = {
|
ts_ls = {
|
||||||
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
|
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
|
||||||
init_options = {
|
init_options = {
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue