aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/log.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-11-29 20:31:19 -0700
committerDundar Göc <gocdundar@gmail.com>2021-11-30 09:03:41 +0100
commitb6e531c1d90da143d4351442baee8fef0479a6f7 (patch)
tree22560e5c2bdf16240104901cbcdaccc939a53391 /runtime/lua/vim/lsp/log.lua
parentbc1d13bb368298988e87983307e6d92f20441f56 (diff)
downloadrneovim-b6e531c1d90da143d4351442baee8fef0479a6f7.tar.gz
rneovim-b6e531c1d90da143d4351442baee8fef0479a6f7.tar.bz2
rneovim-b6e531c1d90da143d4351442baee8fef0479a6f7.zip
docs(lsp): add annotations for private functions
Diffstat (limited to 'runtime/lua/vim/lsp/log.lua')
-rw-r--r--runtime/lua/vim/lsp/log.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/lsp/log.lua b/runtime/lua/vim/lsp/log.lua
index 4597f1919a..dbc473b52c 100644
--- a/runtime/lua/vim/lsp/log.lua
+++ b/runtime/lua/vim/lsp/log.lua
@@ -101,6 +101,7 @@ function log.set_level(level)
end
--- Gets the current log level.
+---@return string current log level
function log.get_level()
return current_log_level
end