init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
24
config/plugins/lsp/servers/bashls.nix
Normal file
24
config/plugins/lsp/servers/bashls.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
plugins.lsp.servers = {
|
||||
bashls = {
|
||||
enable = true;
|
||||
filetypes = [
|
||||
"sh"
|
||||
"bash"
|
||||
];
|
||||
# extraOptions = {
|
||||
# settings = {
|
||||
# Lua = {
|
||||
# completion = {
|
||||
# callSnippet = "Replace";
|
||||
# };
|
||||
# telemetry = {
|
||||
# enabled = false;
|
||||
# };
|
||||
# hint = {enable = true;};
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue