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

Refactor fs.fnl to use nvim 0.8 builtins #630

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

Conversation

saccarosium
Copy link

@saccarosium saccarosium commented Dec 15, 2024

Hi,
I've seen that in the README was stated that Conjure works with neovim 0.7 or above. I've found in fs.fnl that vim.fse.normalize is been used, witch is a nvim 0.8+ feature so I've updated the minimum version required in the README and plugin/conjure.vim. With this version bump we unlock a lot of functionality that can replace some of the old batteries that were created.

I've also took the liberty to convert the plugin/conjure.vim to lua so we can use vim.notify instead of echoerr. vim.notify can integrate with other plugins and change the displaying of notifications (see example noice.nvim)

@saccarosium saccarosium force-pushed the cleanup-old-batteries branch from 9a173e0 to d6dcdbc Compare December 15, 2024 22:27
@saccarosium saccarosium force-pushed the cleanup-old-batteries branch from d6dcdbc to b785a53 Compare December 15, 2024 22:33
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