Skip to content

Support custom Neovim plugin overrides #7

Description

@bBlazewavE

Summary

Allow users to add personal Neovim plugins without forking the repo. A nvim/lua/plugins/user.lua file (gitignored) could be loaded by lazy.nvim alongside the bundled plugins.

Proposed approach

  1. Add nvim/lua/plugins/user.lua to .gitignore
  2. Update nvim/lua/config/lazy.lua to load from plugins/user if the file exists
  3. Document in README

This lets users extend the config without merge conflicts on git pull.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions