-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Refactor log.fnl to remove aniseed nvim module #636
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just going to try it locally first. Sorry this took so long!
(tset vim.wo win :foldmarker (.. (config.get-in [:log :fold :marker :start]) | ||
"," | ||
(config.get-in [:log :fold :marker :end]))) | ||
(tset vim.wo win :foldlevel 0)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this is very neat.
@@ -515,10 +504,9 @@ | |||
(on-new-log-buf (upsert-buf))) | |||
|
|||
(fn reset-hard [] | |||
(nvim.ex.bwipeout_ (upsert-buf))) | |||
(vim.api.nvim_buf_delete (upsert-buf) {:force true})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this is equivalent? Interesting!
Works fine 🎉 |
Yes now a lot of equivalents for the viml functions are available through the I will be back... |
Sweet, well thank you for sharing and upgrading the code 😄 this is very much appreciated, thank you for your efforts! |
Ok this is a revised #634. It shouldn't have any regressions