regular Vim has lua?!

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

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

    🍨 Soothing pastel theme for (Neo)vim

  • There are a couple of plugins out there that do have lua compatibility between neovim and vim using lua Ex. catppuccin, it's posible to make plugins complatible if you write everything using common interfaces like vim.fn/vim.o/vim.g and eval calls, the reason this is not so common it's because you still have a ton of incompatibilities between them, from the vim.api functions to libuv and even the multi process API is different, you would need to write a compatibility layer for complex stuff and even then and since lua is not so popular in Vim's world like vimscript or python the vim user base would be smaller since not all vim builds have lua enabled

  • vim-plugin-python

    Template for vim plugins written in Python3 - from candidtim's Blog Post

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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