| Age | Commit message (Collapse) | Author | Lines |
|
My wife wanted it and I guess some parts of this are gonna be useful for
me :)
Mostly the navigation shortcuts though :D
|
|
|
|
|
|
The interest is mostly in the code actions.
|
|
Also, simplify the opts.
Since I no longer want to require a mini component for the config,
I don't have to wrap it in an fn.
Also, I should just do a `#{}` next time anyway.
|
|
Also I removed the workspaces stuff.
I don't use them.
|
|
Yeah so the default is the specific attach, not the default one I wrote
up.
|
|
There's still some improvements to be made, but this is cleaner.
We lose global caps defaults, but those made no sense to begin with.
We do also lose caps overrides, I'll add them back in if I need them.
In the process, we gain `every?` and `executable?`.
There's also a misc comp print vim.inspect to vim.print change.
|
|
The plan from now on will be "single big file" unless there's more
complex things going on, such as with lsp.
|
|
|
|
I have to touch it at work, as troubling as that is.
|
|
I swear I'm not succumbing to the APL, I just couldn't find a better
symbol.
|
|
Yeah I'm lazy but these are my dotfiles.
A quick summary:
* plugins.lsp.attach is now ported
* toast.core is reorganized
* new nil? and number? checks
* new assoc function
* new toast.table.unpack function (cross lua compat)
* toast.macros.tbl now uses assoc instead of from-pairs and group
* apparently I had forgotten to add {pre,post,init}.fnl before, so
that's done now
Still todo: ftplugin, colors.
|
|
One file isn't done, and there's also the question of ftplugin and co.
One step at a time though, eh?
|