ThePrimeagen builds a complete Neovim config from scratch

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • lsp-zero.nvim

    A starting point to setup some lsp related features in neovim.

  • LSP-Zero is attractive, but I really don't want to have to use mason. Not that mason's not great, but I don't need another package manager. I certainly don't need it to run via other package managers and then stick things in bespoke directories.

  • dotfiles

    🏡 /.dotfiles | Includes configs for neovim, tmux, zsh, alacrity, kitty, and more | Managed by GNU stow (by numToStr)

  • I used this one as a reference when I moved to init.lua.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dotfiles

    my dotfiles, scavenged from around the web and other users (by aktau)

  • I recently removed nvim-lspconfig and went with vim.lsp.start: https://github.com/aktau/dotfiles/blob/master/.vim/lua/lsp.lua. I like it better. But do note that this setup contains a fair bit of otherwise unnecessary complexity. This is due to having a custom LSP server at $DAY_JOB that can handle many languages and is configured in a company-internal part of my configuration. The requirement is that for a given path, this custom LSP server takes precedence, and the OSS LSP servers aren't loaded. I haven't found a much cleaner way of expressing this yet.

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