Neovim plugin settings with Lua metatables

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
  • fzf-lua

    Improved fzf.vim written in lua

  • Once you have a plugin with many options with sometimes different behavior it can get more nuanced, for exmaple, in fzf-lua some customiztaions are tables that override the user tables completley (i.e. also delete non-existent entries) and some tables get "merged" into the default config (i.e. only modify/add the defaults), calling setup enables us to do this rather easily using different options of vim.tbl_deep_extend (using keep or force).

  • filetype.nvim

    A faster version of filetype.vim

  • Some plugins, such as filetype.nvim are currently used by other plugins to add filetype support (if it exists).

  • 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