Rename tsserver to ts_ls
This commit is contained in:
parent
8fd9de0fab
commit
a298ef885a
2
init.lua
2
init.lua
|
@ -621,7 +621,7 @@ require('lazy').setup({
|
||||||
-- https://github.com/pmizio/typescript-tools.nvim
|
-- https://github.com/pmizio/typescript-tools.nvim
|
||||||
--
|
--
|
||||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||||
tsserver = {
|
ts_ls = {
|
||||||
-- https://github.com/neovim/nvim-lspconfig/issues/2688#issuecomment-1601582648
|
-- https://github.com/neovim/nvim-lspconfig/issues/2688#issuecomment-1601582648
|
||||||
init_options = {
|
init_options = {
|
||||||
preferences = {
|
preferences = {
|
||||||
|
|
Loading…
Reference in New Issue