Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrapper/rc: add vim.extraLuaFiles #288

Merged
merged 2 commits into from
May 10, 2024
Merged

wrapper/rc: add vim.extraLuaFiles #288

merged 2 commits into from
May 10, 2024

Conversation

NotAShelf
Copy link
Owner

@NotAShelf NotAShelf commented May 8, 2024

  • Adds vim.additionalLuafiles
    Allows the user to specify a list of lua files that will be called via luafile. All paths
    that are passed to this option are checked by builtins.isPath so attempting to source paths
    that do not exist do not result in a broken Lua configuration.

  • Bumps flake inputs to their latest version (might fix nil timing out on large directories)

@NotAShelf NotAShelf changed the title wrapper/rc: add vim.additionaLuafiles wrapper/rc: add vim.additionalLuafiles May 8, 2024
Allows the user to specify a list of lua files that will be called via `luafile`. All paths
that are passed to this option are checked by `builtins.isPath` so attempting to source paths
that do not exist do not result in a broken Lua configuration.
@NotAShelf NotAShelf changed the title wrapper/rc: add vim.additionalLuafiles wrapper/rc: add vim.extraLuaFiles May 10, 2024
@NotAShelf NotAShelf merged commit 2615c56 into main May 10, 2024
7 checks passed
@NotAShelf NotAShelf deleted the additional-luafile branch May 10, 2024 12:37
bloxx12 pushed a commit to bloxx12/nvf that referenced this pull request Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants