mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Fix deprecated sumneko
This commit is contained in:
@@ -426,12 +426,11 @@ in {
|
|||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
github.vscode-pull-request-github
|
github.vscode-pull-request-github
|
||||||
golang.go
|
golang.go
|
||||||
golang.redhat.vscode-yaml
|
|
||||||
hashicorp.terraform
|
hashicorp.terraform
|
||||||
ms-dotnettools.csharp
|
ms-dotnettools.csharp
|
||||||
ms-kubernetes-tools.vscode-kubernetes-tools
|
ms-kubernetes-tools.vscode-kubernetes-tools
|
||||||
ms-pyright.pyright
|
|
||||||
ms-python.python
|
ms-python.python
|
||||||
|
redhat.vscode-yaml
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isLinux [
|
++ lib.optionals stdenv.isLinux [
|
||||||
ms-vsliveshare.vsliveshare
|
ms-vsliveshare.vsliveshare
|
||||||
|
@@ -181,7 +181,7 @@ lspconfig.gopls.setup({
|
|||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
})
|
})
|
||||||
|
|
||||||
lspconfig.sumneko_lua.setup({
|
lspconfig.lua_ls.setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
Reference in New Issue
Block a user