Skip to content

Instantly share code, notes, and snippets.

View os3albert's full-sized avatar
🎯
Focusing

Albert Bici os3albert

🎯
Focusing
View GitHub Profile
@os3albert
os3albert / vscode_neovim_setup_on_windows.ps1
Created December 26, 2025 00:16
Setup Neovim on Windows
# 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
@os3albert
os3albert / xampp_php7_xdebug.md
Created May 13, 2021 18:53 — forked from odan/xampp_php7_xdebug.md
Installing Xdebug for XAMPP