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

rc: add bindings to vim.opt #666

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

horriblename
Copy link
Collaborator

Adds bindings to lua's vim.opt:

vim.opt = {
    rtp.prepend = ["~/.config/nvim"];
    formatoptions.remove = ["o"];
}

turns into:

vim.opt.rtp:prepend({'~/.config/nvim'})
vim.opt.formatoptions:remove({'o'})

github-actions bot pushed a commit that referenced this pull request Feb 25, 2025
Copy link

github-actions bot commented Feb 25, 2025

🚀 Live preview deployed from ae3fd99

View it here:

Debug Information

Triggered by: horriblename

HEAD at: vim-opt

Reruns: 315

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.

1 participant