[Question] Plugin which sources lua files from a directory depending on project?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvim-projectconfig

    neovim projectconfig

  • My original use-case was, that I wanted to have a lua file per project which for example sets up the dap-configurations since not all projects need the same configurations. I found nvim-projectconfig but I'd need to create a file for each project but I don't want them to be always in my runtime.

  • nvim-dap-projects

  • nvim-dap-projects seems to fullfill my request to source a lua file to setup the dap configurations, but I thought that it might be useful to source all lua-files of "project-local-config-directory" (in my case .nvim) if I need to do more stuff like setting other things up as well, so I can split it up into different lua files in the .nvim directory.

  • 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
  • nvim-config-local

    Secure load local config files for neovim

  • The next version of neovim (and currently, nightly) re-enables support for exec, which sounds close to what you want. In the meantime check out https://github.com/klen/nvim-config-local. These both do a single file, but once you're running some code it's easy enough to get that file to source more.

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

  • New Plugin: Gitlab.nvim

    3 projects | /r/neovim | 25 Jun 2023
  • lazy.nvim and Aniseed for config environment

    5 projects | /r/neovim | 15 Jan 2023
  • How to configure telescope (or any other plugin) per project?

    2 projects | /r/neovim | 22 Dec 2022
  • Local configs

    4 projects | /r/neovim | 13 Dec 2022
  • Need Help Configuring Debugging with nvim-dap

    3 projects | /r/neovim | 25 Sep 2022