mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add sumneko-lua-language-server
This commit is contained in:
@@ -31,6 +31,7 @@ in
|
||||
shellcheck
|
||||
shfmt
|
||||
starship
|
||||
sumneko-lua-language-server
|
||||
|
||||
# automation
|
||||
ansible
|
||||
|
18
flake.lock
generated
18
flake.lock
generated
@@ -58,11 +58,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1651007090,
|
||||
"narHash": "sha256-C/OoQRzTUOWEr1sd3xTKA2GudA1YG1XB3MlL6KfTchg=",
|
||||
"lastModified": 1651262513,
|
||||
"narHash": "sha256-5iW1fevaAD0Rbtbgb4I++7fyaND3oarGs3mAjyadE0Y=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "778af87a981eb2bfa3566dff8c3fb510856329ef",
|
||||
"rev": "f8b51be7149a0735e87b232d21ae4f852619eac7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -81,11 +81,11 @@
|
||||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1651181254,
|
||||
"narHash": "sha256-sodYdqg0V4ujYO13KRIW6ssdDWtgobcuG+XIz2G6ZbE=",
|
||||
"lastModified": 1651306471,
|
||||
"narHash": "sha256-Znl24HXhxJ6rb79QeUFZQn2YaCiZF4ggaQqGeJktNEw=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "188537efb32d02081c1821cb5b48fbcf59230732",
|
||||
"rev": "df09e03cf74337675751c3240069a26aec75fa3b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -102,11 +102,11 @@
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1651220524,
|
||||
"narHash": "sha256-0IVRT6zLz0bOznPW3yoNnH25KccbMKtf0oq7OShZqJk=",
|
||||
"lastModified": 1651306524,
|
||||
"narHash": "sha256-+hek8qaHW4kztmhgcQiacA8u/R5znXzjfX31kbBO3Sk=",
|
||||
"owner": "nix-community",
|
||||
"repo": "neovim-nightly-overlay",
|
||||
"rev": "1ea480d759c293743d56a6963ea07b8a56542ac7",
|
||||
"rev": "3edbbcf631a94557c3bc599ec270c1cfe01a27d2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -149,6 +149,11 @@ lspconfig.gopls.setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
||||
lspconfig.sumneko_lua.setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
||||
|
||||
lspconfig.pyright.setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
Reference in New Issue
Block a user