modules/plugins/languages/nu.nix: better attrs ordering

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Soliprem 2024-11-28 18:06:41 +01:00 committed by GitHub
commit 38b10e834e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,9 +42,9 @@ in {
lsp = {
enable = mkEnableOption "Nu LSP support" // {default = config.vim.languages.enableLSP;};
server = mkOption {
description = "Nu LSP server to use";
type = str;
default = defaultServer;
description = "Nu LSP server to use";
};
package = mkOption {