Skip to content

Instantly share code, notes, and snippets.

View SagarKapasi099's full-sized avatar
💻
Feel Free To Reach Out!

Sagar Kapasi SagarKapasi099

💻
Feel Free To Reach Out!
View GitHub Profile
@erickpatrick
erickpatrick / init.vim
Last active September 10, 2024 15:30
Neovim CoC Intelephense configuration
" TODO: split up config into multiple files
" source $HOME/.config/nvim/vim-plug/plugins.vim
" source $HOME/.config/nvim/<category>/<sub-category-filename>.vim
" source $HOME/.config/nvim/<plug-config>/<plugin-name>.vim
set nocompatible
filetype off
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
@ppoffice
ppoffice / README.md
Last active June 7, 2025 12:10
Install Visual Studio Code (actually code-server) on Android
  1. Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.

  2. Update system packages in Termux:

    $ pkg update -y
@ststeiger
ststeiger / offline_mdn_docs.md
Last active July 3, 2025 07:17 — forked from zed-dz/offline_mdn_docs.md
Offline MDN Docs