From 0852678e3cf1111df83d20a24545414fa0af8f63 Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Mon, 24 Feb 2020 10:45:27 +0900 Subject: window/showMessage: the display level can be set for 'window/showMessage' notification related with #127 --- lua/nvim_lsp/rust_analyzer.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/nvim_lsp/rust_analyzer.lua') diff --git a/lua/nvim_lsp/rust_analyzer.lua b/lua/nvim_lsp/rust_analyzer.lua index 37ddbc02..234a3819 100644 --- a/lua/nvim_lsp/rust_analyzer.lua +++ b/lua/nvim_lsp/rust_analyzer.lua @@ -1,13 +1,11 @@ local configs = require 'nvim_lsp/configs' local util = require 'nvim_lsp/util' -local lsp = vim.lsp configs.rust_analyzer = { default_config = util.utf8_config { cmd = {"rust-analyzer"}; filetypes = {"rust"}; root_dir = util.root_pattern("Cargo.toml"); - log_level = lsp.protocol.MessageType.Warning; }; docs = { package_json = "https://github.com/rust-analyzer/rust-analyzer/raw/master/editors/code/package.json"; -- cgit v1.2.3-70-g09d2