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/bashls.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/nvim_lsp/bashls.lua') diff --git a/lua/nvim_lsp/bashls.lua b/lua/nvim_lsp/bashls.lua index a8041d3c..f8d00e9e 100644 --- a/lua/nvim_lsp/bashls.lua +++ b/lua/nvim_lsp/bashls.lua @@ -1,6 +1,5 @@ local configs = require 'nvim_lsp/configs' local util = require 'nvim_lsp/util' -local lsp = vim.lsp local server_name = "bashls" local bin_name = "bash-language-server" @@ -16,7 +15,6 @@ configs[server_name] = { cmd = {"bash-language-server", "start"}; filetypes = {"sh"}; root_dir = vim.loop.os_homedir; - log_level = lsp.protocol.MessageType.Warning; }; on_new_config = function(new_config) local install_info = installer.info() -- cgit v1.2.3-70-g09d2