-
Notifications
You must be signed in to change notification settings - Fork 29
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
Migrate to Lua #55
Migrate to Lua #55
Conversation
Pulled the latest changes, started to get some errors at startup
|
Are you open to switching the test runner back to the tmux test runner? That was working better for me. |
refereces -> references
Some of the
|
- Use TestFile/TestNearest instead
Stop using Ultest/UltestNearest for keys
Remove solargraph workaround
Oh man, that's annoying; I didn't realize I was overriding defaults with that one (which-key just re-maps defaults for documentation purposes). I'll switch "go to implementation" to |
Whenever I do a
I found a similar issue in packer itself, but not clear how to fix it here. |
I think it should be fixed now in 5eb47f0 (but you'll get the error one more time when you pull that one down) |
At this point why don't you just merge this. It works fine imo. |
Because running config update in `master` would explode. I need to take
some time and make that not suck, or maybe I just let it explode :P
…On October 16, 2021, GitHub ***@***.***> wrote:
At this point why don't you just merge this. It works fine imo.
|
Eh, i tried it for 2 minutes, it's not worth it. Merging it |
You'all all need to manually switch back to |
For user config something like this is necessary: luan/dotfiles@c6387cb
Everything else should just work. But I'm keeping this on a branch for a little bit.
If you would like to try this out, just
git checkout lua
at~/.config/nvim
and start vim again. You might get some errors, if you do, post them here. You can probably unblock yourself by running:PackerSync
manually.