Level Up Your Dev Workflow: Conquer Web Development with a Blazing Fast Neovim Setup (Part 1)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. .dotfiles

    This repo leverages GNU Stow to simplify symlink management, making it easy to install and update configurations across different machines. (by crafts-cnc)

    View on GitHub

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. lazygit

    simple terminal UI for git commands

    lazygit (optional)

  4. neovim

    Vim-fork focused on extensibility and usability

    Neovim: Make sure you have Neovim installed on your system. You can check the official website for installation instructions: https://neovim.io/ Git: We'll be using Git to clone the LazyVim starter pack. If you don't have Git, you can download it from https://git-scm.com/downloads

  5. telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

    for telescope.nvim (optional) live grep: ripgrep find files: fd

  6. iTerm2

    iTerm2 is a terminal emulator for Mac OS X that does amazing things.

    iterm2

  7. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

    live grep: ripgrep

  8. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  9. fd

    A simple, fast and user-friendly alternative to 'find'

    ripgrep: A super-fast file searcher. You can install it using your system's package manager (e.g., brew install ripgrep on macOS). fd: Another blazing-fast file finder. Installation instructions can be found here: https://github.com/sharkdp/fd

  10. kitty

    Cross-platform, fast, feature-rich, GPU based terminal

    kitty (Linux & Macos)

  11. wezterm

    A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

    wezterm (Linux, Macos & Windows)

  12. alacritty

    A cross-platform, OpenGL terminal emulator.

    alacritty (Linux, Macos & Windows)

  13. starter

    Starter template for LazyVim (by LazyVim)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Wezterm

    6 projects | news.ycombinator.com | 12 Dec 2021
  • YTFZF: How do I make the thumbnails less pixelated ?

    2 projects | /r/commandline | 16 Oct 2021
  • 🐚🦀Shell Commands Rewritten in Rust

    2 projects | dev.to | 17 Jun 2024
  • Which terminal do you use? I don't like Warp

    5 projects | /r/webdev | 30 Jun 2023
  • Warp? A terminal behind login popup

    6 projects | dev.to | 1 Jun 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?