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

Convert remaining .vim files to Lua as the Neovim API evolves #22

Closed
7 of 8 tasks
ZeroKnight opened this issue Oct 10, 2021 · 3 comments
Closed
7 of 8 tasks

Convert remaining .vim files to Lua as the Neovim API evolves #22

ZeroKnight opened this issue Oct 10, 2021 · 3 comments
Labels
nvim Neovim configuration
Milestone

Comments

@ZeroKnight
Copy link
Owner

ZeroKnight commented Oct 10, 2021

As the Neovim API evolves and more Vim-only commands gain Lua equivalents, migrate Vim files to Lua.

Waiting On ...

  • :command
  • :autocmd and :augroup
  • Vim function definitions from Lua (may not ever be added)

Remaining Files

  • ftplugin/ and after/ftplugin/
  • plugin/ and after/plugin
    • autocmds.vim
    • commands.vim
  • autoload(?)
@ZeroKnight ZeroKnight added the nvim Neovim configuration label Oct 10, 2021
@ZeroKnight ZeroKnight added this to the Neovim Purity milestone Apr 4, 2022
@ZeroKnight
Copy link
Owner Author

Autocommands were recently added to the Lua API! See the api-autocmd help and TJ's video.

@ZeroKnight
Copy link
Owner Author

So were commands!

@ZeroKnight
Copy link
Owner Author

Pretty much done as of 31f3bb8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nvim Neovim configuration
Projects
None yet
Development

No branches or pull requests

1 participant