Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Nvim-config-local Alternatives
Similar projects and alternatives to nvim-config-local
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
-
-
-
-
-
-
-
-
-
dotfiles
Discontinued [GET https://api.github.com/repos/ipod825/dotfiles: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by ipod825)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nvim-config-local discussion
nvim-config-local reviews and mentions
-
Using LazyVim and Mason.nvim LSP manager. How do I add arguments to the clangd or and LSP?
it's been undeprecated recently, but if you would prefer to use a plugin, I use this one
-
[Question] Plugin which sources lua files from a directory depending on project?
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.
- How to configure telescope (or any other plugin) per project?
-
How do you handle project specific configuration?
I just use nvim-config-local, which is basically just souped up :h 'exrc'. And then from there I typically set makeprg and a custom "run" command if I want, along with any other settings I might want in the project. I tried using some custom runner type plugins in the past but I think this method has provided me with the most flexibility, and I don't have to learn anything new because it's just the same as what i do in my init.lua.
-
How do y'all feel about handling project local settings using a json file?
I took inspiration from nvim-config-local and added an integrity check, to force the user to review the settings file at least once. It's on by default, but is optional. The file can be safe to use if you don't expose any option that allows for arbitrary code execution.
-
Manage project local settings for a language server with lsp-zero
nvim-config-local
-
A note from our sponsor - Stream
getstream.io | 14 Jul 2025
Stats
klen/nvim-config-local is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nvim-config-local is Lua.
Popular Comparisons
- nvim-config-local VS project-settings.nvim
- nvim-config-local VS exrc.nvim
- nvim-config-local VS nvim-dap-projects
- nvim-config-local VS direnv.vim
- nvim-config-local VS confiture.nvim
- nvim-config-local VS exrc.vim
- nvim-config-local VS dotfiles
- nvim-config-local VS IDE.nvim
- nvim-config-local VS nvim
- nvim-config-local VS nvim-projectconfig