mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Compare commits
No commits in common. "e10b14d6f79b0f84646f2a4ec108a5422534ff04" and "b2c78362d0660afadcb5efd1977d679bd6a0ece7" have entirely different histories.
e10b14d6f7
...
b2c78362d0
2 changed files with 2 additions and 3 deletions
|
@ -46,8 +46,7 @@ isMaximal: {
|
|||
|
||||
nix.enable = true;
|
||||
|
||||
# Assembly is not common, and the asm LSP is a major hit-or-miss
|
||||
assembly.enable = false;
|
||||
assembly.enable = isMaximal;
|
||||
markdown.enable = isMaximal;
|
||||
html.enable = isMaximal;
|
||||
css.enable = isMaximal;
|
||||
|
|
|
@ -23,9 +23,9 @@ in {
|
|||
enable = mkEnableOption "Assembly LSP support (asm-lsp)" // {default = config.vim.languages.enableLSP;};
|
||||
|
||||
package = mkOption {
|
||||
description = "asm-lsp package";
|
||||
type = package;
|
||||
default = pkgs.asm-lsp;
|
||||
description = "asm-lsp package";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue