Devpad - Blog Posts

Latest Posts

Recent posts

Welcome

icepandaApril 15, 2025
This is an example post. This site is under construction Come back later, or scroll down to the bottom and join discord. ...

Most Viewed

The most viewed posts for the last two weeks.

Upgrading nvim v0.10 to v0.11

lsp-config nvim v0.11April 14, 2025
Two options for upgrading Nvim from v0.10 to v0.11 When upgrading from Neovim v0.10 to v0.11, I explored two different configurations--one using blink and one without it--each with its own trade-offs. I’m currently using the blink setup because I encountered some issues with SCSS snippets in the native configuration. That said,...

Create a cool git integrated dashboard with nvim

Snacks DashboardApril 21, 2025
There are a few ways to create dashboards in nvim. The two main ones I have experimented with are dashboard nvim and snacks nvim. If you are using lazyvim, snacks comes preinstalled by default. Personally I don't like the default settings, so I have modified them to look like this. The...

Developer Software for 2025

diff viewApril 28, 2025
During my first paid web development contract, I encountered numerous problems I hadn't seen before when developing. The main being related to the NTFS file-system using Windows. NTFS (or NSFW as I call it) is built to be robust compared to its faster Ext4 Linux counterpart... Unfortunately, the downside with...