mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-27 14:15:54 +02:00
nvim-lsp: add sumneko_lua language server (#109)
This commit is contained in:
parent
2180675750
commit
83f6e1647f
1 changed files with 6 additions and 0 deletions
|
@ -198,6 +198,12 @@ let
|
||||||
description = "Enable rust-analyzer, for Rust.";
|
description = "Enable rust-analyzer, for Rust.";
|
||||||
serverName = "rust_analyzer";
|
serverName = "rust_analyzer";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "sumneko-lua";
|
||||||
|
description = "Enable sumneko_lua, for lua";
|
||||||
|
packages = [ pkgs.sumneko-lua-language-server ];
|
||||||
|
serverName = "sumneko_lua";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "tailwindcss";
|
name = "tailwindcss";
|
||||||
description = "Enable tailwindcss language server, for tailwindcss";
|
description = "Enable tailwindcss language server, for tailwindcss";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue