Skip to content

Neovim plugin for loading project-specific configuration files

License

Notifications You must be signed in to change notification settings

Ape/projrc.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

projrc.nvim

projrc.nvim is a Neovim plugin for loading project-specific configuration files in an extended exrc style. It searches for a .nvim.lua file in the parent directories of your current file, prompts you to confirm loading it, and persists your trust decisions across sessions using Neovim’s built-in vim.secure trust mechanism.

Dependencies

Requires Neovim 0.9.0 or later.

Installation

Using packer.nvim:

use 'Ape/projrc.nvim'

Usage

The plugin automatically sets up an autocommand on BufEnter to search for .nvim.lua files in parent directories of your current file.

Security Considerations

Loading local configuration files can introduce security risks. Only use this plugin in trusted project directories and verify the contents of any local configuration files.

License

This project is licensed under the MIT License.

About

Neovim plugin for loading project-specific configuration files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages