My Neovim setup for Mac for coding (in Go), writing and boosting your productivity in 2024

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • alacritty

    A cross-platform, OpenGL terminal emulator.

    Is not mandatory but for the ones interested, I am using the Alacritty terminal, so if you're interested you can download it using the following command in your terminal:

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • dotfiles

    My personal dotfiles (by charly3pins)

    From now on we will see the Neovim config. You can find the full code in my dotfiles. Feel free to clone the repo and manipulate it as you want.

  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    I am using MacOS and I use brew for managing my dependencies, so I assume you will too, if not please install it by going to its official website and following the instructions.

  • lazy.nvim

    💤 A modern plugin manager for Neovim

    local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup({ { import = "charly3pins.plugins" }, { import = "charly3pins.plugins.lsp" } }, { change_detection = { notify = false, } })

  • templ

    A language for writing HTML user interfaces in Go.

    Here are my most used languages as before with an extra config for using with templ.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Quick Start: VS Code Setup for Kintone Customization Development

    4 projects | dev.to | 30 Jun 2023
  • Building C++ projects: Know what you build, how you build it and where you build it.

    3 projects | dev.to | 21 Nov 2022
  • Using Scoop and Cmder to make PHP development on Windows bearable

    7 projects | dev.to | 26 Sep 2021
  • TMUX 3.2 color

    1 project | /r/tmux | 30 Apr 2021
  • Boost your development environment with Ubuntu Multipass

    2 projects | news.ycombinator.com | 6 Sep 2024

Did you konow that Lua is
the 17th most popular programming language
based on number of metions?