diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 4fecb30..01b737d 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -12,6 +12,16 @@ }; lspsaga = { enable = true; + beacon = { + enable = true; + }; + ui = { + border = "rounded"; + codeAction = "💡 "; + }; + symbolInWinbar = { + enable = true; # Breadcrumbs + }; }; lsp = { enable = true; @@ -85,10 +95,8 @@ "http://json.schemastore.org/ansible-playbook" = "*play*.{yml,yaml}"; "http://json.schemastore.org/chart" = "Chart.{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" = - "*docker-compose*.{yml,yaml}"; - "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" = - "*flow*.{yml,yaml}"; + "https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json" = "*docker-compose*.{yml,yaml}"; + "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" = "*flow*.{yml,yaml}"; }; }; };