mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-15 16:41:03 +00:00
modules/plugins/languages/nu.nix: better attrs ordering
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
41dd6b7e64
commit
38b10e834e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue