mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/luau-lsp: init
This commit is contained in:
parent
8b3a2f86a8
commit
660fba984f
3 changed files with 90 additions and 0 deletions
19
plugins/by-name/luau-lsp/default.nix
Normal file
19
plugins/by-name/luau-lsp/default.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "luau-lsp";
|
||||
package = "luau-lsp-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
settingsExample = {
|
||||
platform.type = "roblox";
|
||||
types.roblox_security_level = "PluginSecurity";
|
||||
|
||||
sourcemap = {
|
||||
enabled = true;
|
||||
autogenerate = true;
|
||||
rojo_project_file = "default.project.json";
|
||||
sourcemap_file = "sourcemap.json";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue