Vim REST Console (VRC)

VRC is a Vim plug-in to help send requests to and display responses from RESTful services in Vim. It’s useful for working with REST services that use JSON to exchange information …

Intel One Mono Typeface

Introducing Intel One Mono, an expressive monospaced font family that’s built with clarity, legibility, and the needs of developers in mind. It’s easier to read, and available for free, with …

Tmuxifier

Tmuxifier allows you to easily create, edit, and load „layout“ files, which are simple shell scripts where you use the tmux command and helper commands provided by tmuxifier to manage …

50 useful vim commands

Here are 50 useful Vim commands that work in normal mode. Many of these can be combined and modified to produce dozens more. Use these as inspiration for your own …

noice.nvim

noice.nvim: Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu. ✨ Features 🌅 fully configurable views like nvim-notify, splits, popups, virtual text, .. 🔍 use filters to route messages to different views 🌈 message highlights are preserved in the views (like the …

nvim: diagnostic window

https://github.com/cseickel/diagnostic-window.nvim Shows the diagnostic messages for the given line in a split window. This was created to help decipher very long typescript messages that don’t fit nicely into a floating …

helix

helix: A post-modern text editor. Powerful code manipulation Navigate and select functions, classes, comments, etc and select syntax tree nodes instead of plain text. Language server support Language specific auto completion, goto definition, documentation, diagnostics …

Vim REST Console

Introduction VRC is a Vim plug-in to help send requests to and display responses from RESTful services in Vim. It’s useful for working with REST services that use JSON to exchange …

nvimup

How to update all plugins in Vim/NeoVim from command line. Add this line to .basrc or .zshrc. And then easy run source ~/.[basrc|zshrc] and finally nvimup