10 lines
100 B
Nix
10 lines
100 B
Nix
_:
|
|
{
|
|
vim.languages.assembly = {
|
|
enable = true;
|
|
lsp = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|