-
Notifications
You must be signed in to change notification settings - Fork 7
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
API enhancements #25
Comments
@Tehnix I will it check over the weekend but it would be much easier to have diff from PR to go through :). Regarding improvements here are some ideas from top of my head:
I believe 2 and 3 will make the whole project compatible with VIM8 and Neovim :). UPDATE: I have a problem with |
Hey @Tehnix . Let's start with installation script. When I ran it, I got the following error:
New API:
Critical issue: leader guide does not show all bindings (i.e. PS. I think it would be good to test bigger refactoring like on separate branch instead of pushing directly to |
Yeah, I definitely should have run this through a separate branch before pushing, I'm a little bit too used to no one using my projects, lol :O . I've pushed some larger changes in https://github.com/Tehnix/spaceneovim-layers/tree/refactor and https://github.com/Tehnix/spaceneovim/tree/refactor that solve some of the issues - you can also see the documentation for the various commands in that one. Two remaining ones, one mentioned in https://github.com/Tehnix/spaceneovim/issues/23#issuecomment-325303498, is a problem when opening files directly and some strange behaviour. I'll try to dig further down into that one. And the other one is I just need to look at the install script and make sure it runs smoothly. And yeah, I have more or less begun to use it, or at least try to fix all these errors so it'll run smoothly :) |
Pinging @lowski
I was wondering if you had any wishes for improvements to the layer workflow? Like missing functions, renaming things etc.
I'll also use this opportunity to let you know that I've more or less revamped the user API in
init.vim
to add layers. Feels much cleaner! Check out the README in https://github.com/Tehnix/spaceneovim and let me know if you have any thoughts :)The text was updated successfully, but these errors were encountered: