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

feat: add setlocal! macro #9

Closed
datwaft opened this issue Jul 16, 2021 · 1 comment
Closed

feat: add setlocal! macro #9

datwaft opened this issue Jul 16, 2021 · 1 comment
Assignees
Labels
feat A new feature

Comments

@datwaft
Copy link
Owner

datwaft commented Jul 16, 2021

Add a macro like set! but using vim.opt_local.

Example of use:

(augroup! disable-spell-on-filetypes
          (autocmd! FileType [help packer]
                    #(setlocal! nospell)))
@datwaft datwaft self-assigned this Jul 16, 2021
@datwaft datwaft added the feat A new feature label Jul 16, 2021
datwaft added a commit that referenced this issue Jul 17, 2021
@datwaft
Copy link
Owner Author

datwaft commented Jul 17, 2021

Solved by cd59b41.

@datwaft datwaft closed this as completed Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat A new feature
Projects
None yet
Development

No branches or pull requests

1 participant