| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-29 | nvim: add python LSPs | -3/+5 | ||
| I have to touch it at work, as troubling as that is. | ||||
| 2024-07-27 | nvim: use OSC 52 on nvim >= 0.10.0 unconditionally | -1/+20 | ||
| 2024-07-27 | nvim: update generated core.lua | -30/+26 | ||
| 2024-07-26 | nvim: update :toast.core/assoc | -2/+2 | ||
| Thank you Olical for updating fennel! Move to `(set (. t k) v)` for overwriting non-insertion list elements. Also don't bother specifying a `k` for the insertion case, seeing as we know for a fact it's just the final element. | ||||
| 2024-07-26 | nvim: rename tbl to mixed-table, import it as "·" | -150/+151 | ||
| I swear I'm not succumbing to the APL, I just couldn't find a better symbol. | ||||
| 2024-07-26 | nvim/mdquote: fix negative start line bug | -38/+44 | ||
| Lmao oops, tfw you don't function without `dec` anymore. | ||||
| 2024-07-25 | nvim: port starlight | -64/+74 | ||
| I'm not using my stdlib because I want the final .lua file to be usable drop-in (as long as you have mini.base16 of course). | ||||
| 2024-07-25 | nvim: port markdown quote ftplugin | -72/+170 | ||
| It performs significantly better and I have no idea why. | ||||
| 2024-07-24 | nvim: remove stale attach2.lua | -42/+0 | ||
| Oops I was debugging don't mind me. | ||||
| 2024-07-24 | nvim: continue fennel porting | -123/+307 | ||
| 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. | ||||
| 2024-07-24 | nvim: add empty? and update group | -32/+45 | ||
| Until now you couldn't do `(tbl 1 2)`. Now you can. | ||||
| 2024-07-24 | nvim: rewrite config in fennel | -335/+489 | ||
| One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh? | ||||
| 2024-07-24 | nvim: ignore lazy-lock.json | -0/+1 | ||
| 2024-07-23 | nvim: update to v3 which-key spec | -46/+45 | ||
| 2024-04-20 | nvim/conjure: use stdio for janet | -0/+1 | ||
| 2024-03-09 | nvim: add markdown quote ftplugin | -0/+76 | ||
| I increase/decrease quote levels a lot, so I figured I'd write a small thing for doing that more easily in visual mode. This isn't without problems. Known bugs: * In normal-mode, it's a bit slow (waiting for more inputs? possible, but if you give it more inputs it just does it twice). * You cannot increase/decrease indentation with <</>> with this on. This is mostly a bummer for code blocks. * Doesn't work with indentation-based quoting, rather than >. But it's good enough for me, eh? | ||||
| 2024-03-01 | nvim: mini.bracketed indent-mode looks for different indent levels | -1/+3 | ||
| 2024-02-17 | nvim: disable flash search by default | -1/+6 | ||
| 2024-01-28 | nvim: repeat, surround, wrap & new os-specific plugins | -0/+14 | ||
| 2023-12-27 | nvim: disable starter | -1/+1 | ||
| 2023-12-06 | nvim: updates, improvements, and cleanup | -63/+15 | ||
| 2023-08-03 | nvim: move to nfnl | -1/+1 | ||
| 2023-07-20 | nvim: update starlight theme | -14/+14 | ||
| 2023-07-17 | nvim: flash: verylazy | -0/+1 | ||
| 2023-07-12 | nvim: misc updates | -3/+47 | ||
| 2023-06-07 | update lsps | -1/+2 | ||
| 2023-05-31 | nvim: re-enable janet.vim | -1/+0 | ||
| 2023-05-30 | nvim: custom telescope starter | -6/+10 | ||
| 2023-05-07 | nvim: improve lsp option handling, add zls | -17/+26 | ||
| 2023-05-05 | nvim: update misc things | -0/+4 | ||
| 2023-05-04 | nvim: many changes | -26/+42 | ||
| * 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 | ||||
| 2023-04-29 | nvim: lsp: don't autostart deno or ts lsps | -0/+2 | ||
| 2023-04-26 | nvim: remove color.lua | -10/+0 | ||
| 2023-04-26 | nvim: add starlight b16 theme | -0/+64 | ||
| 2023-04-24 | nvim: update bindings | -0/+69 | ||
| 2023-04-14 | nvim: add clangd lsp | -0/+1 | ||
| 2023-04-13 | nvim: bring back readline | -0/+16 | ||
| 2023-04-13 | nvim: handle markdown via vim-markdown not TS | -0/+12 | ||
| 2023-04-13 | nvim: improve treesitter | -5/+1 | ||
| default config, just specify main | ||||
| 2023-04-13 | options before plugins, do bindings | -20/+20 | ||
| 2023-04-13 | mini: remove file_browser from starter telescope | -6/+16 | ||
| 2023-04-13 | nvim: mini/starter: telescope instead of recents | -19/+26 | ||
| 2023-04-13 | nvim: typo | -1/+1 | ||
| it is for neorg, but the TS is norg still no idea why they do relocations lmao | ||||
| 2023-04-13 | nvim: update TS in parallel | -1/+1 | ||
| 2023-04-13 | nvim: ignore neorg: it buggy | -0/+1 | ||
| 2023-04-13 | nvim: redo the whole thing | -532/+267 | ||
| reasons tm | ||||
| 2023-02-22 | nvim: add rudimentary treesitter folding support | -0/+3 | ||
| 2023-02-14 | nvim: migrate to lua_ls from sumneko_lua | -1/+1 | ||
| 2023-01-23 | neovim: add mini.align | -0/+1 | ||
| 2023-01-18 | nvim: update config (checkpoint) | -10/+118 | ||
