docs: misc, build, lsp

This commit is contained in:
Justin M. Keyes
2025-11-18 22:43:14 -05:00
parent 83d22e0979
commit bf820b1b94
12 changed files with 143 additions and 132 deletions

View File

@@ -681,8 +681,7 @@ end
--- Sets Nvim shell to powershell.
---
--- @param fake (boolean) If true, a fake will be used if powershell is not
--- found on the system.
--- @param fake boolean? Use a fake if powershell is not found on the system.
--- @returns true if powershell was found on the system, else false.
function M.set_shell_powershell(fake)
local found = M.has_powershell()