Can you call c functions with 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
  • lualine.nvim

    A blazing fast and easy to configure neovim statusline plugin written in pure lua.

  • You can write a shared lib with c and load it in runtime with ffi . I had experimented with that once later didn't find the hassle worth the effort .

  • dash.nvim

    Discontinued 🏃💨 Search Dash.app from your Neovim fuzzy finder. Built with Rust 🦀 and Lua

  • Check out my plugin dash.nvim, the majority is written in Rust. You can do the same with C. Look up “Lua cffi”, there’s a few different libraries that work with a foreign function interface (FFI) between Lua and C.

  • 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