diff options
author | lnsf <lnsf03@gmail.com> | 2020-03-03 10:03:51 +0900 |
---|---|---|
committer | lnsf <lnsf03@gmail.com> | 2020-03-03 10:03:51 +0900 |
commit | cef631610c28ea34901abab44111941f48b34e86 (patch) | |
tree | 701e19f29f3815251980746d4beb6a23a14f8d79 /settings.json | |
parent | c1b2732f125ecaf34082ef2d331c6d37a496e29c (diff) | |
download | vim-lsp-settings-cef631610c28ea34901abab44111941f48b34e86.tar.gz vim-lsp-settings-cef631610c28ea34901abab44111941f48b34e86.tar.bz2 vim-lsp-settings-cef631610c28ea34901abab44111941f48b34e86.zip |
Remove entry of ra_lsp_server
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/settings.json b/settings.json index 0a5c10b..024abd6 100644 --- a/settings.json +++ b/settings.json @@ -525,13 +525,6 @@ "root_uri_patterns": [ "Cargo.toml" ] - }, - { - "command": "ra_lsp_server", - "requires": [], - "root_uri_patterns": [ - "Cargo.toml" - ] } ], "sass": [ |