| 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.
|
|
I didn't like that you couldn't keep mixing and matching, so I made it
so you can.
In the process, I also implemented even?, odd?, filter, mapcat, flat,
and concat.
Some of them didn't end up needing to exist, and the entire :toast.
namespace does need to be cleaned up.
Then again, it's not like I'm selling this like an alternative stdlib.
I should really try and port all of clojure.core though, it'd be funny.
|
|
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.
|
|
This also introduces a neovim-level `.chezmoiremove`.
This will be used from now on to cleanup files.
It might grow over time but I can start trimming the top lines once it's
been "long enough" anyway.
|
|
|
|
|
|
I have to touch it at work, as troubling as that is.
|
|
|
|
Oops I was debugging don't mind me.
|
|
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.
|
|
Until now you couldn't do `(tbl 1 2)`.
Now you can.
|
|
One file isn't done, and there's also the question of ftplugin and co.
One step at a time though, eh?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add pre and post dot lua with dofile
* disable janet plugin (todo: remove once I confirm that the treesitter
impl is good enough)
* treesitter on janet
* custom janet ft detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default config, just specify main
|
|
|
|
|
|
|
|
it is for neorg, but the TS is norg
still no idea why they do relocations lmao
|
|
|
|
|
|
reasons tm
|
|
|
|
|