| 2025-07-03 11:56 | de-markdownify README | mrgrouse | 2 | +16 | -16 |
| 2025-07-02 10:50 | Merge branch 'implement-formatting' | mrgrouse | 5 | +40 | -57 |
| 2025-07-02 10:48 | lua/plugins/conform.lua: add prettier as markdown, html and css formatter | mrgrouse | 1 | +4 | -1 |
| 2025-07-02 10:32 | lua/conform.lua: set up lua-format and clang-format as formatters | mrgrouse | 1 | +12 | -7 |
| 2025-07-02 10:30 | lua/autostart.lua: remove mason and conform from autostart | mrgrouse | 1 | +0 | -4 |
| 2025-07-02 10:07 | move conform and mason back to separate files, lazy was being stupid | mrgrouse | 3 | +26 | -60 |
| 2025-07-02 10:04 | move mini-pairs.lua to mini.lua for future addition of more mini.nvim plugins | mrgrouse | 2 | +9 | -9 |
| 2025-07-02 08:57 | lua/plugins/whichkey.lua: on <leader>f call conform setup and format functions | mrgrouse | 1 | +2 | -1 |
| 2025-07-02 08:54 | consolidate conform and mason plugin configs into one file to ensure proper ordering of plugins | mrgrouse | 3 | +60 | -52 |
| 2025-06-27 00:25 | autostart.lua: automatically run `setup()` for mason and conform plugins | mrgrouse | 1 | +4 | -0 |
| 2024-11-24 23:06 | README.md: add specification in TODO list | mrgrouse | 1 | +1 | -1 |
| 2024-11-03 15:31 | README.md: fixed goofy little typo in README syntax | mrgrouse | 1 | +1 | -1 |
| 2024-10-05 18:49 | README.md: add todo list for repo | mrgrouse | 1 | +3 | -0 |
| 2024-09-06 03:45 | lazy-nvim.lua: comment unnecessary lazyvim install line for speed | mrgrouse | 1 | +10 | -10 |
| 2024-09-06 03:37 | conform.lua: comment event line for starting the plugin | mrgrouse | 1 | +1 | -1 |
| 2024-09-06 03:35 | add mason-lspconfig as dependency for mason | mrgrouse | 2 | +3 | -1 |
| 2024-09-05 20:57 | conform.lua: remove unnecessary language formatters, comment broken languages and remove dependency on stylua mason package | mrgrouse | 1 | +11 | -10 |
| 2024-09-05 20:44 | whichkey.lua: add whichkey keybind for conform.nvim code formatting | mrgrouse | 1 | +24 | -17 |
| 2024-09-05 20:44 | add conform.nvim plugin config, integrate with mason and mason-lspconfig | mrgrouse | 1 | +30 | -0 |
| 2024-09-05 20:01 | mason.lua: delete old config and copy config from 'josean.com/posts/neovim-linting-and-formatting' | mrgrouse | 1 | +18 | -36 |
| 2024-08-24 02:16 | whichkey.lua: update whichkey config format for v3 | mrgrouse | 1 | +7 | -29 |
| 2024-07-28 22:47 | README.md: fix indenting on final line | mrgrouse | 1 | +1 | -1 |
| 2024-07-28 22:47 | Revert "README.md: fix indenting on final line" | mrgrouse | 1 | +1 | -1 |
| 2024-07-28 22:42 | README.md: fix indenting on final line | mrgrouse | 1 | +1 | -1 |
| 2024-07-28 22:41 | create README.md, outline plugins and purpose | mrgrouse | 1 | +13 | -0 |
| 2024-05-10 03:31 | add custom pywal plugin | mrgrouse | 6 | +741 | -0 |
| 2024-05-10 03:29 | pywal.lua: uninstall | mrgrouse | 1 | +0 | -2 |
| 2024-05-10 03:23 | autostart.lua: reinstall pywal | mrgrouse | 1 | +1 | -1 |
| 2024-05-10 03:15 | .gitignore: append custom folder and remove .custom.lua extension | mrgrouse | 1 | +1 | -1 |
| 2024-05-10 02:52 | autostart.lua: disable pywal on startup | mrgrouse | 1 | +1 | -1 |
| 2024-05-10 02:51 | .gitignore: add .custom.lua file extension ignored for custom, non-git-tracked configs | mrgrouse | 1 | +1 | -0 |
| 2024-05-10 02:35 | .gitignore: ignore colors folder | mrgrouse | 1 | +1 | -0 |
| 2024-05-09 00:01 | .gitignore: move disabled.lua to plugins folder | mrgrouse | 1 | +1 | -0 |
| 2024-05-06 02:14 | remove luasnip.lua | bdmfegys@duck.com | 1 | +0 | -7 |
| 2024-05-06 02:12 | luasnip.lua: install luasnip plugin | bdmfegys@duck.com | 1 | +7 | -0 |
| 2024-05-05 17:48 | index.lua: remove commented lines | bdmfegys@duck.com | 1 | +0 | -3 |
| 2024-05-05 17:48 | liberate plugins to seperate files! | bdmfegys@duck.com | 13 | +103 | -96 |
| 2024-05-05 17:37 | .gitignore: append all backup files | bdmfegys@duck.com | 1 | +1 | -0 |
| 2024-05-05 17:19 | options.lua: added system clipboard as register | bdmfegys@duck.com | 1 | +3 | -0 |
| 2024-05-05 17:13 | plugins.lua: install mason and mason-lspconfig | bdmfegys@duck.com | 1 | +2 | -0 |
| 2024-05-05 03:19 | autostart.lua: setup nvim-colorizer.lua | bdmfegys@duck.com | 1 | +1 | -0 |
| 2024-05-05 03:18 | plugins.lua: add nvim-colorizer.lua plugin | bdmfegys@duck.com | 1 | +1 | -0 |
| 2024-05-01 23:45 | whichkey.lua: comment format keybind and alphabetize keybindings | bdmfegys@duck.com | 1 | +14 | -20 |
| 2024-05-01 23:44 | plugins.lua: remove formatter plugins | bdmfegys@duck.com | 1 | +2 | -6 |
| 2024-05-01 21:50 | autostart.lua & plugins.lua: remove conform.nvim conform-mason.nvim | bdmfegys@duck.com | 2 | +0 | -27 |
| 2024-05-01 21:22 | index.lua & lazy-nvim.lua: move lazy.nvim initialization to lazy-nvim.lua | bdmfegys@duck.com | 1 | +1 | -12 |
| 2024-05-01 21:22 | index.lua & lazy-nvim.lua: move lazy.nvim initialization to lazy-nvim.lua | bdmfegys@duck.com | 1 | +13 | -0 |
| 2024-05-01 21:19 | init.lua & index.lua: move lazy.nvim initialization to index.lua | bdmfegys@duck.com | 2 | +12 | -12 |
| 2024-04-30 22:28 | whichkey.lua: add ConformInfo command keybind | bdmfegys@duck.com | 1 | +8 | -1 |
| 2024-04-30 22:20 | plugins.lua: simplified conform.nvim config; add markdown, css, html, c and lua support | bdmfegys@duck.com | 1 | +13 | -5 |
| 2024-04-30 22:04 | autostart.lua, plugins.lua: install mason-conform.nvim and configure for lua and c formatting | bdmfegys@duck.com | 2 | +73 | -51 |
| 2024-04-30 21:44 | whichkey.lua: add conform.nvim format command | bdmfegys@duck.com | 1 | +3 | -0 |
| 2024-04-30 21:33 | whichkey.lua: add mason command; fix formatting | bdmfegys@duck.com | 1 | +3 | -3 |
| 2024-04-30 21:32 | whichkey.lua: add mason command; fix formatting | bdmfegys@duck.com | 1 | +5 | -1 |
| 2024-04-30 21:26 | autostart.lua: simplify pywal config | bdmfegys@duck.com | 1 | +1 | -2 |
| 2024-04-30 21:25 | plugins.lua: install conform.nvim | bdmfegys@duck.com | 1 | +1 | -0 |
| 2024-04-30 21:10 | whichkey.lua: fix indentation | bdmfegys@duck.com | 1 | +3 | -4 |
| 2024-04-30 21:09 | options.lua: add helpful comments and indentation options | bdmfegys@duck.com | 1 | +13 | -0 |
| 2024-04-30 21:05 | options.lua, keymaps.lua: move keymap configs from options.lua to keymaps.lua | bdmfegys@duck.com | 2 | +9 | -10 |
| 2024-04-30 21:04 | init.lua, index.lua: migrate inclusion of file from init.lua to index.lua | bdmfegys@duck.com | 2 | +5 | -4 |
| 2024-04-30 20:57 | .gitignore: remove pywal.txt | bdmfegys@duck.com | 1 | +0 | -1 |
| 2024-04-30 20:57 | remove pywal.txt | bdmfegys@duck.com | 1 | +0 | -10 |
| 2024-04-30 20:56 | .gitignore: add pywal.txt reminder file | bdmfegys@duck.com | 1 | +1 | -0 |
| 2024-04-30 20:55 | init.lua: append whichkey config inclusion | bdmfegys@duck.com | 1 | +1 | -0 |
| 2024-04-30 20:55 | options.lua, whichkey.lua: migrate whichkey config to seperate file | bdmfegys@duck.com | 2 | +24 | -19 |
| 2024-04-30 20:50 | options.lua: add quit shortcut to whichkey config; fix remapping | bdmfegys@duck.com | 1 | +9 | -5 |
| 2024-04-30 20:46 | options.lua: begin to fix remap config | bdmfegys@duck.com | 1 | +6 | -5 |
| 2024-04-30 19:45 | options.lua: add lazy command to which-key config | bdmfegys@duck.com | 1 | +4 | -0 |
| 2024-04-30 19:41 | root: initial commit | bdmfegys@duck.com | 5 | +121 | -0 |
| 2024-04-30 19:41 | .gitignore: add lazy-lock.json | bdmfegys@duck.com | 1 | +1 | -0 |