diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-06-16 14:02:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 14:02:44 +0900 |
| commit | c05660bf7f2fe62e310e3cb800de8b6a55163229 (patch) | |
| tree | b649906e6c24ff6cf2b62dc9b028c1cdf3d4c303 /lua/nvim_lsp/rust_analyzer.lua | |
| parent | [docgen] Update README.md (diff) | |
| parent | config: remove unnecessary code comennts and utf8 option (diff) | |
| download | nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.tar nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.tar.gz nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.tar.bz2 nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.tar.lz nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.tar.xz nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.tar.zst nvim-lspconfig-c05660bf7f2fe62e310e3cb800de8b6a55163229.zip | |
Merge pull request #281 from h-michael/utf8
config: remove unnecessary code comennts and utf8 option
Diffstat (limited to 'lua/nvim_lsp/rust_analyzer.lua')
| -rw-r--r-- | lua/nvim_lsp/rust_analyzer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/rust_analyzer.lua b/lua/nvim_lsp/rust_analyzer.lua index 633dd72f..f02b6c03 100644 --- a/lua/nvim_lsp/rust_analyzer.lua +++ b/lua/nvim_lsp/rust_analyzer.lua @@ -2,7 +2,7 @@ local configs = require 'nvim_lsp/configs' local util = require 'nvim_lsp/util' configs.rust_analyzer = { - default_config = util.utf8_config { + default_config = { cmd = {"rust-analyzer"}; filetypes = {"rust"}; root_dir = util.root_pattern("Cargo.toml", "rust-project.json"); |
