24 lines
446 B
Nix
24 lines
446 B
Nix
{
|
|
plugins.lsp.servers = {
|
|
bashls = {
|
|
enable = true;
|
|
filetypes = [
|
|
"sh"
|
|
"bash"
|
|
];
|
|
# extraOptions = {
|
|
# settings = {
|
|
# Lua = {
|
|
# completion = {
|
|
# callSnippet = "Replace";
|
|
# };
|
|
# telemetry = {
|
|
# enabled = false;
|
|
# };
|
|
# hint = {enable = true;};
|
|
# };
|
|
# };
|
|
# };
|
|
};
|
|
};
|
|
}
|