neovim

mrgrouse's beloved, handmade neovim configuration
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2025-07-03 11:56de-markdownify READMEmrgrouse2+16-16
2025-07-02 10:50Merge branch 'implement-formatting'mrgrouse5+40-57
2025-07-02 10:48lua/plugins/conform.lua: add prettier as markdown, html and css formattermrgrouse1+4-1
2025-07-02 10:32lua/conform.lua: set up lua-format and clang-format as formattersmrgrouse1+12-7
2025-07-02 10:30lua/autostart.lua: remove mason and conform from autostartmrgrouse1+0-4
2025-07-02 10:07move conform and mason back to separate files, lazy was being stupidmrgrouse3+26-60
2025-07-02 10:04move mini-pairs.lua to mini.lua for future addition of more mini.nvim pluginsmrgrouse2+9-9
2025-07-02 08:57lua/plugins/whichkey.lua: on <leader>f call conform setup and format functionsmrgrouse1+2-1
2025-07-02 08:54consolidate conform and mason plugin configs into one file to ensure proper ordering of pluginsmrgrouse3+60-52
2025-06-27 00:25autostart.lua: automatically run `setup()` for mason and conform pluginsmrgrouse1+4-0
2024-11-24 23:06README.md: add specification in TODO listmrgrouse1+1-1
2024-11-03 15:31README.md: fixed goofy little typo in README syntaxmrgrouse1+1-1
2024-10-05 18:49README.md: add todo list for repomrgrouse1+3-0
2024-09-06 03:45lazy-nvim.lua: comment unnecessary lazyvim install line for speedmrgrouse1+10-10
2024-09-06 03:37conform.lua: comment event line for starting the pluginmrgrouse1+1-1
2024-09-06 03:35add mason-lspconfig as dependency for masonmrgrouse2+3-1
2024-09-05 20:57conform.lua: remove unnecessary language formatters, comment broken languages and remove dependency on stylua mason packagemrgrouse1+11-10
2024-09-05 20:44whichkey.lua: add whichkey keybind for conform.nvim code formattingmrgrouse1+24-17
2024-09-05 20:44add conform.nvim plugin config, integrate with mason and mason-lspconfigmrgrouse1+30-0
2024-09-05 20:01mason.lua: delete old config and copy config from 'josean.com/posts/neovim-linting-and-formatting'mrgrouse1+18-36
2024-08-24 02:16whichkey.lua: update whichkey config format for v3mrgrouse1+7-29
2024-07-28 22:47README.md: fix indenting on final linemrgrouse1+1-1
2024-07-28 22:47Revert "README.md: fix indenting on final line"mrgrouse1+1-1
2024-07-28 22:42README.md: fix indenting on final linemrgrouse1+1-1
2024-07-28 22:41create README.md, outline plugins and purposemrgrouse1+13-0
2024-05-10 03:31add custom pywal pluginmrgrouse6+741-0
2024-05-10 03:29pywal.lua: uninstallmrgrouse1+0-2
2024-05-10 03:23autostart.lua: reinstall pywalmrgrouse1+1-1
2024-05-10 03:15.gitignore: append custom folder and remove .custom.lua extensionmrgrouse1+1-1
2024-05-10 02:52autostart.lua: disable pywal on startupmrgrouse1+1-1
2024-05-10 02:51.gitignore: add .custom.lua file extension ignored for custom, non-git-tracked configsmrgrouse1+1-0
2024-05-10 02:35.gitignore: ignore colors foldermrgrouse1+1-0
2024-05-09 00:01.gitignore: move disabled.lua to plugins foldermrgrouse1+1-0
2024-05-06 02:14remove luasnip.luabdmfegys@duck.com1+0-7
2024-05-06 02:12luasnip.lua: install luasnip pluginbdmfegys@duck.com1+7-0
2024-05-05 17:48index.lua: remove commented linesbdmfegys@duck.com1+0-3
2024-05-05 17:48liberate plugins to seperate files!bdmfegys@duck.com13+103-96
2024-05-05 17:37.gitignore: append all backup filesbdmfegys@duck.com1+1-0
2024-05-05 17:19options.lua: added system clipboard as registerbdmfegys@duck.com1+3-0
2024-05-05 17:13plugins.lua: install mason and mason-lspconfigbdmfegys@duck.com1+2-0
2024-05-05 03:19autostart.lua: setup nvim-colorizer.luabdmfegys@duck.com1+1-0
2024-05-05 03:18plugins.lua: add nvim-colorizer.lua pluginbdmfegys@duck.com1+1-0
2024-05-01 23:45whichkey.lua: comment format keybind and alphabetize keybindingsbdmfegys@duck.com1+14-20
2024-05-01 23:44plugins.lua: remove formatter pluginsbdmfegys@duck.com1+2-6
2024-05-01 21:50autostart.lua & plugins.lua: remove conform.nvim conform-mason.nvimbdmfegys@duck.com2+0-27
2024-05-01 21:22index.lua & lazy-nvim.lua: move lazy.nvim initialization to lazy-nvim.luabdmfegys@duck.com1+1-12
2024-05-01 21:22index.lua & lazy-nvim.lua: move lazy.nvim initialization to lazy-nvim.luabdmfegys@duck.com1+13-0
2024-05-01 21:19init.lua & index.lua: move lazy.nvim initialization to index.luabdmfegys@duck.com2+12-12
2024-04-30 22:28whichkey.lua: add ConformInfo command keybindbdmfegys@duck.com1+8-1
2024-04-30 22:20plugins.lua: simplified conform.nvim config; add markdown, css, html, c and lua supportbdmfegys@duck.com1+13-5
2024-04-30 22:04autostart.lua, plugins.lua: install mason-conform.nvim and configure for lua and c formattingbdmfegys@duck.com2+73-51
2024-04-30 21:44whichkey.lua: add conform.nvim format commandbdmfegys@duck.com1+3-0
2024-04-30 21:33whichkey.lua: add mason command; fix formattingbdmfegys@duck.com1+3-3
2024-04-30 21:32whichkey.lua: add mason command; fix formattingbdmfegys@duck.com1+5-1
2024-04-30 21:26autostart.lua: simplify pywal configbdmfegys@duck.com1+1-2
2024-04-30 21:25plugins.lua: install conform.nvimbdmfegys@duck.com1+1-0
2024-04-30 21:10whichkey.lua: fix indentationbdmfegys@duck.com1+3-4
2024-04-30 21:09options.lua: add helpful comments and indentation optionsbdmfegys@duck.com1+13-0
2024-04-30 21:05options.lua, keymaps.lua: move keymap configs from options.lua to keymaps.luabdmfegys@duck.com2+9-10
2024-04-30 21:04init.lua, index.lua: migrate inclusion of file from init.lua to index.luabdmfegys@duck.com2+5-4
2024-04-30 20:57.gitignore: remove pywal.txtbdmfegys@duck.com1+0-1
2024-04-30 20:57remove pywal.txtbdmfegys@duck.com1+0-10
2024-04-30 20:56.gitignore: add pywal.txt reminder filebdmfegys@duck.com1+1-0
2024-04-30 20:55init.lua: append whichkey config inclusionbdmfegys@duck.com1+1-0
2024-04-30 20:55options.lua, whichkey.lua: migrate whichkey config to seperate filebdmfegys@duck.com2+24-19
2024-04-30 20:50options.lua: add quit shortcut to whichkey config; fix remappingbdmfegys@duck.com1+9-5
2024-04-30 20:46options.lua: begin to fix remap configbdmfegys@duck.com1+6-5
2024-04-30 19:45options.lua: add lazy command to which-key configbdmfegys@duck.com1+4-0
2024-04-30 19:41root: initial commitbdmfegys@duck.com5+121-0
2024-04-30 19:41.gitignore: add lazy-lock.jsonbdmfegys@duck.com1+1-0