What's the coolest thing you've done with Neovim?

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

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • nvim-hand-gesture

    Write programs with hand gestures

  • hubris

    A lightweight, memory-protected, message-passing kernel for deeply embedded systems.

    I work on an embedded OS in Rust (Hubris) that has a very bespoke build system. As part of the build system, it has to set environmental variables based on (1) the target device and (2) the specific "task"; this is an OS with task-level isolation, so tasks are compiled as individual Rust crates.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • tree-sitter-jakt

    Tree-sitter for the Jakt Programming Language

    The `.nvim-commands.lua` file can be seen here.

  • vim-projectionist

    projectionist.vim: Granular project configuration

    One of the originals I guess must be tim pope's https://github.com/tpope/vim-projectionist

  • monokai-pro.nvim

    Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum

    Make my first plugin Monokai Pro

  • filter

    ConTeXt module to process contents of a start-stop environment through an external program (by adityam)

    Use vim as a filter to syntax highlight code in ConTeXt (which is a macro package in TeX, similar to LaTeX): https://github.com/adityam/filter/blob/dev/vim-README.md

  • telescope-media.nvim

    Complete rewrite.

    View images, fonts and GIFs with telescope-media.nvim and setting wallpapers/fonts with it. And, a URL shortner with . And, a nice word definition under cursor thing.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • nvim

    Blazingly fast SHUTTHEFUCKUP. (by dharmx)

    View images, fonts and GIFs with telescope-media.nvim and setting wallpapers/fonts with it. And, a URL shortner with . And, a nice word definition under cursor thing.

  • overseer.nvim

    A task runner and job management plugin for Neovim

    I used https://github.com/stevearc/overseer.nvim/ to run webpack --watch for our setup at work, and overseer allows to parse the output of a command launched through overseer. So I set up some parsing using the on_output_lines to alternatively clear or add errors to quickfix as webpack prints errors.

  • scheme-langserver

    Scheme language server

    The coolest thing I've done is now I can code scheme lisp with help from my own LSP server named named scheme-langserver. With nvim-lspconfig and many other plugins, developing is really friendly. And many convenient fucntionalities such as autocompletion, goto definition are really helped and will help other lisp coder. Now, I hope my work will make NeoVim the better lisp editor than Emacs Lol.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    The coolest thing I've done is now I can code scheme lisp with help from my own LSP server named named scheme-langserver. With nvim-lspconfig and many other plugins, developing is really friendly. And many convenient fucntionalities such as autocompletion, goto definition are really helped and will help other lisp coder. Now, I hope my work will make NeoVim the better lisp editor than Emacs Lol.

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