restructure home as submodule of each system
This commit is contained in:
parent
ed8de34c0f
commit
88ad3517bf
26 changed files with 6 additions and 6 deletions
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
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