diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 943d849..c32a18c 100644 --- a/settings.json +++ b/settings.json @@ -514,6 +514,10 @@ ] }, { + "command": "rust-analyzer", + "requires": [] + }, + { "command": "ra_lsp_server", "requires": [], "root_uri_patterns": [ @@ -556,6 +560,9 @@ ] }, { + "config": { + "refresh_pattern": "\\( \\zs\\k*\\|[a-zA-Z0-9_-]\\+\\)$" + }, "command": "sqls", "requires": [ "go" |