Something something lsp config
This commit is contained in:
parent
22bb408e78
commit
0c6d1064d5
1 changed files with 10 additions and 1 deletions
|
|
@ -5,7 +5,16 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
ty = { enabled = true },
|
||||
ty = {
|
||||
enabled = true,
|
||||
settings = {
|
||||
ty = {
|
||||
experimental = {
|
||||
rename = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue