Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 651 Bytes

File metadata and controls

15 lines (13 loc) · 651 Bytes

Requirements

  • fzf
  • C-Compiler in Path
    • For Windows, see here, and maybe use
$vsPath = &(Join-Path ${env:ProgramFiles(x86)} "\Microsoft Visual Studio\Installer\vswhere.exe") -property installationpath
Import-Module (Join-Path $vsPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll")
Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation -DevCmdArguments '-arch=amd64 -no_logo'
- llvm might be better
  • OmniSharp in PATH (get from here)

Install TreeSitter Modules

  • :TSInstall c_sharp