9 lines
77 B
Nix
9 lines
77 B
Nix
_:
|
|
{
|
|
vim.languages.rust = {
|
|
dap = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|