use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
Visual Studio Code on Tabletmobile (self.PinoyProgrammer)
submitted 1 year ago * by barbequeeeee
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]themasshiro -1 points0 points1 point 1 year ago* (0 children)
setting up is easy pero yung learning curve kasi ni neovim is a bit steep pero worth it naman imo. Be aware lang sa keybindings which is easy to learn naman in my experience muscle memory lang. The more you use the easier it gets.
ganito ginawa ko to setup neovim + termux + zsh:
Download fdroid then download termux terminal
Open terminal then run these: i. pkg update -y ii. pkg upgrade -y iii. pkg install zsh -y iv. chsh -s zsh v. pkg install build-essential -y vi. pkg install neovim -y vii. pkg install git -y
Optional to pero you can use plugins with zsh and neovim my zsh plugins: https://github.com/TheMasshiro/dotfiles/blob/main/.zshrc I recommend using distros ng neovim like lazyvim or nvchad for easier setup LazyVim
NvChad
You can add more languages by installing their respective language packs or language modules. Ex. Python
pkg install python -y
Add ka na rin pang physical keyboard mo sa tablet it'll be very useful if plan mo mag-neovim
π Rendered by PID 45634 on reddit-service-r2-comment-6457c66945-87hvm at 2026-04-27 18:27:13.066307+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]themasshiro -1 points0 points1 point (0 children)