From 5a05267d391a146a3e09eb856b435206e6b5065f Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 26 Oct 2021 10:32:18 +0200 Subject: ui: register autocmds in an augroup (#198) This allows disabling this behavior, should one.wish to do so. --- lua/nvim-lsp-installer/installers/std.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-lsp-installer/installers/std.lua') diff --git a/lua/nvim-lsp-installer/installers/std.lua b/lua/nvim-lsp-installer/installers/std.lua index 0e060351..25d35dba 100644 --- a/lua/nvim-lsp-installer/installers/std.lua +++ b/lua/nvim-lsp-installer/installers/std.lua @@ -271,7 +271,7 @@ function M.rename(old_path, new_path) end end ----@param flags string[] @The chmod flags to apply. +---@param flags string @The chmod flag to apply. ---@param files string[] @A list of relative paths to apply the chmod on. function M.chmod(flags, files) return installers.on { -- cgit v1.3.1