Skip to content

Dzejkop/konfig.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

konfig.nvim

Very basic neovim plugin to load configuration files from the current project directory.

Installation

return {
  "dzejkop/konfig.nvim",
  opts = {},
}

Usage

Any .lua and .vim file under .nvim will be loaded when a directory is opened.

For safety reasons a prompt will show up to ask if this repository is to be trusted.

After the initial load you can use the KonfigReload command to reload the config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages