diff options
| author | William Boman <william@redwill.se> | 2021-10-26 10:32:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-26 10:32:18 +0200 |
| commit | 5a05267d391a146a3e09eb856b435206e6b5065f (patch) | |
| tree | 0f469d5534cf36b49a633ab2af1dd469c0d62fdc /lua/nvim-lsp-installer/installers/std.lua | |
| parent | add synchronous variants of commands for better headless interop (#189) (diff) | |
| download | mason-5a05267d391a146a3e09eb856b435206e6b5065f.tar mason-5a05267d391a146a3e09eb856b435206e6b5065f.tar.gz mason-5a05267d391a146a3e09eb856b435206e6b5065f.tar.bz2 mason-5a05267d391a146a3e09eb856b435206e6b5065f.tar.lz mason-5a05267d391a146a3e09eb856b435206e6b5065f.tar.xz mason-5a05267d391a146a3e09eb856b435206e6b5065f.tar.zst mason-5a05267d391a146a3e09eb856b435206e6b5065f.zip | |
ui: register autocmds in an augroup (#198)
This allows disabling this behavior, should one.wish to do so.
Diffstat (limited to 'lua/nvim-lsp-installer/installers/std.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/installers/std.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
