Compare commits
5 commits
65c4a05fbb
...
65ea821c85
| Author | SHA1 | Date | |
|---|---|---|---|
| 65ea821c85 | |||
| 3f64f30181 | |||
| 603e9e17e0 | |||
| 6d544a47f5 | |||
| 464cc2dd51 |
1 changed files with 12 additions and 4 deletions
|
|
@ -12,6 +12,16 @@
|
||||||
};
|
};
|
||||||
lspsaga = {
|
lspsaga = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
beacon = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
ui = {
|
||||||
|
border = "rounded";
|
||||||
|
codeAction = "💡 ";
|
||||||
|
};
|
||||||
|
symbolInWinbar = {
|
||||||
|
enable = true; # Breadcrumbs
|
||||||
|
};
|
||||||
};
|
};
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -85,10 +95,8 @@
|
||||||
"http://json.schemastore.org/ansible-playbook" = "*play*.{yml,yaml}";
|
"http://json.schemastore.org/ansible-playbook" = "*play*.{yml,yaml}";
|
||||||
"http://json.schemastore.org/chart" = "Chart.{yml,yaml}";
|
"http://json.schemastore.org/chart" = "Chart.{yml,yaml}";
|
||||||
"https://json.schemastore.org/dependabot-v2" = ".github/dependabot.{yml,yaml}";
|
"https://json.schemastore.org/dependabot-v2" = ".github/dependabot.{yml,yaml}";
|
||||||
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json" =
|
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json" = "*docker-compose*.{yml,yaml}";
|
||||||
"*docker-compose*.{yml,yaml}";
|
"https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" = "*flow*.{yml,yaml}";
|
||||||
"https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" =
|
|
||||||
"*flow*.{yml,yaml}";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue