8 lines
79 B
Nix
8 lines
79 B
Nix
_:
|
|
{
|
|
vim.languages.bash = {
|
|
enable = true;
|
|
lsp.enable = true;
|
|
};
|
|
}
|