diff options
Diffstat (limited to 'lua/nvim-lsp-installer/server.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/server.lua b/lua/nvim-lsp-installer/server.lua index b1081d7a..2380f47d 100644 --- a/lua/nvim-lsp-installer/server.lua +++ b/lua/nvim-lsp-installer/server.lua @@ -90,7 +90,7 @@ function M.Server:create_root_dir() fs.mkdirp(self.root_dir) end ----Queues the server to be asynchronously installed. Also opens the UI window. +---Queues the server to be asynchronously installed. function M.Server:install() status_win().install_server(self) end |
