This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # installing neovim and lazy vim | |
| Install-WingetApp -Id "Neovim.Neovim" | |
| git clone https://github.com/LazyVim/starter "$env:LOCALAPPDATA\nvim" | |
| code --install-extension asvetliakov.vscode-neovim | |
| # installing treesitter and C compiler | |
| $userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" | |
| $downloads = "$HOME\Downloads" | |
| winget install --id=BrechtSanders.WinLibs.POSIX.UCRT -e |