aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/vimls.lua
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-02-24 12:33:55 +0900
committerGitHub <noreply@github.com>2020-02-24 12:33:55 +0900
commit276084b4fc1e52515204643428b0fbd1c70568e3 (patch)
tree8eb199f0787e0f599e4c9948b45719b14df6755f /lua/nvim_lsp/vimls.lua
parent[docgen] Update README.md (diff)
parentwindow/showMessage: the display level can be set for 'window/showMessage' not... (diff)
downloadnvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.tar
nvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.tar.gz
nvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.tar.bz2
nvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.tar.lz
nvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.tar.xz
nvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.tar.zst
nvim-lspconfig-276084b4fc1e52515204643428b0fbd1c70568e3.zip
Merge pull request #145 from h-michael/showMessage-level
window/showMessage: the display level can be set for 'window/showMess…
Diffstat (limited to 'lua/nvim_lsp/vimls.lua')
-rw-r--r--lua/nvim_lsp/vimls.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/nvim_lsp/vimls.lua b/lua/nvim_lsp/vimls.lua
index 724588aa..88839699 100644
--- a/lua/nvim_lsp/vimls.lua
+++ b/lua/nvim_lsp/vimls.lua
@@ -1,6 +1,5 @@
local configs = require "nvim_lsp/configs"
local util = require "nvim_lsp/util"
-local lsp = vim.lsp
local server_name = "vimls"
local bin_name = "vim-language-server"
@@ -18,7 +17,6 @@ configs[server_name] = {
root_dir = function(fname)
return util.find_git_ancestor(fname) or vim.loop.os_homedir()
end,
- log_level = lsp.protocol.MessageType.Warning,
init_options = {
iskeyword = "@,48-57,_,192-255,-#",
vimruntime = "",