| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-06 | nvim: rework lsp module | -27/+37 | ||
| 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-08-06 | nvim: simplify bindings.fnl | -9/+2 | ||
| 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. | ||||
| 2024-07-29 | nvim/noplugins: port the "TODO" to fennel :) | -1/+2 | ||
| 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-27 | nvim: update generated core.lua | -30/+26 | ||
| 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 | -49/+129 | ||
| 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 | -21/+27 | ||
| Until now you couldn't do `(tbl 1 2)`. Now you can. | ||||
| 2024-07-24 | nvim: rewrite config in fennel | -335/+192 | ||
| 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 | -46/+45 | ||
| 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 | -63/+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/+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 | -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 | -531/+249 | ||
| 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) | -10/+117 | ||
| 2022-11-08 | nvim: add clojure qol | -1/+2 | ||
| here by popular demand | ||||
| 2022-11-08 | nvim: init bootstrappable config | -0/+424 | ||
