restructure
This commit is contained in:
parent
d7bd686648
commit
eecb15a4ec
50 changed files with 281 additions and 564 deletions
17
modules/home/utils/helix-languages.nix
Normal file
17
modules/home/utils/helix-languages.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
language-server = {
|
||||
asm-lsp = {
|
||||
command = "asm-lsp";
|
||||
};
|
||||
};
|
||||
|
||||
language = [{
|
||||
name = "gas";
|
||||
scope = "source.gas";
|
||||
auto-format = false;
|
||||
language-servers = [ "asm-lsp" ];
|
||||
indent = { tab-width = 8; unit = " "; };
|
||||
roots = [];
|
||||
file-types = ["S"];
|
||||
}];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue