| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-18 | nvim: migrate conjure to the new main branch | -1/+1 | ||
| 2024-10-04 | nvim: tsserver -> ts_ls | -1/+1 | ||
| 2024-08-14 | nvim: move to basedpyright over pyright | -1/+1 | ||
| The interest is mostly in the code actions. | ||||
| 2024-08-07 | nvim: rework mixed-table macro | -7/+7 | ||
| 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. | ||||
| 2024-08-07 | nvim: move mini plugin into a single file | -18/+8 | ||
| 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. | ||||
| 2024-08-07 | nvim: move lsp into a single file | -54/+45 | ||
| Also I removed the workspaces stuff. I don't use them. | ||||
| 2024-08-07 | nvim/lsp: correct wrong ordering | -1/+1 | ||
| Yeah so the default is the specific attach, not the default one I wrote up. | ||||
| 2024-08-06 | nvim: rework lsp module | -26/+17 | ||
| 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. | ||||
| 2024-08-06 | nvim: move plugins/bindings into a single file | -2/+2 | ||
| The plan from now on will be "single big file" unless there's more complex things going on, such as with lsp. | ||||
| 2024-07-29 | nvim/neotree: update to 3.x | -2/+2 | ||
| 2024-07-29 | nvim: add python LSPs | -3/+3 | ||
| I have to touch it at work, as troubling as that is. | ||||
| 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 | -41/+67 | ||
| 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: rewrite config in fennel | -312/+105 | ||
| One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh? | ||||
| 2024-07-23 | nvim: update to v3 which-key spec | -30/+35 | ||
| 2024-04-20 | nvim/conjure: use stdio for janet | -0/+1 | ||
| 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/+13 | ||
| 2023-12-27 | nvim: disable starter | -1/+1 | ||
| 2023-12-06 | nvim: updates, improvements, and cleanup | -24/+15 | ||
| 2023-08-03 | nvim: move to nfnl | -1/+1 | ||
| 2023-07-17 | nvim: flash: verylazy | -0/+1 | ||
| 2023-07-12 | nvim: misc updates | -2/+46 | ||
| 2023-06-07 | update lsps | -0/+1 | ||
| 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-04 | nvim: many changes | -0/+1 | ||
| * 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-24 | nvim: update bindings | -0/+28 | ||
| 2023-04-14 | nvim: add clangd lsp | -0/+1 | ||
| 2023-04-13 | nvim: bring back readline | -0/+4 | ||
| 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 | -1/+0 | ||
| 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 | -268/+233 | ||
| reasons tm | ||||
| 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) | -6/+83 | ||
| 2022-11-08 | nvim: add clojure qol | -0/+1 | ||
| here by popular demand | ||||
| 2022-11-08 | nvim: init bootstrappable config | -0/+190 | ||
