What is the most interesting part of your Lua config?

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
  • dotfiles

  • I have a module dedicated to small hacks that allow me to use lua functions where neovim says I can't: bridge

  • dotfiles

    [mirror] My personal dotfiles (by gbrlsnchs)

  • Not Neovim-related but my dotfiles repo has some cool things like a script to fill template for colors (so I get a consistent colorscheme between applications) and a handcrafted ZSH config (free of Oh-My-Zsh). You can find all that here.

  • 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
  • winpick.nvim

    Simple window picker for Neovim

  • Another cool thing I made was a window picker, which I decided to publish as a plugin. It is integrated with my custom FZF providers, so whenever I choose an item from the fuzzy list, it calls the window picker so I can choose in which open window I should open that file. You can find it here.

  • dotfiles

    My dotfiles (by aitvann)

  • custom lualine components. The first one shows progress messages from a LSP server with pretty spinner on it and a file name if there is no messages. The second one shows LSP diagnostics if there are any, otherwise it just shows 'Ok' or 'No Lsp' if there is no LSP attached to the current buffer

  • config

  • I have my own way of implementing something like ftdetect in vimscript, see how it's handled here and how filetype specific things are defined here. It uses a single autocmd instead of one for each filetype like the vimscript version.

  • dotfiles

  • Source here

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