| Commit message (Expand) | Author | Files | Lines |
2024-11-19 | make vim.cmd calls more fancy | Squibid | 1 | -1/+1 |
2024-08-09 | yes there's a bit of java in my nvim config why do you ask? | Squibid | 47 | -1467/+55 |
2024-04-25 | make lsp related popups all look the same | Squibid | 2 | -5/+10 |
2024-04-25 | remove ` mark so lsp hover doesn't get messed up | Squibid | 1 | -1/+0 |
2024-04-22 | make norg files more fancy | Squibid | 2 | -1/+3 |
2024-04-08 | fix neorg so it works on v8.0.0 and make headlines stop overriding the | Squibid | 2 | -1/+9 |
2024-03-31 | add tabbar plugin | Squibid | 1 | -4/+1 |
2024-03-31 | enable experimental ghost text for cmp | Squibid | 1 | -0/+4 |
2024-03-31 | replace lsp_signature with better alternative | Squibid | 2 | -12/+1 |
2024-03-29 | show executable status in the statusbar | Squibid | 1 | -1/+1 |
2024-03-29 | stop limiting width in cmp that was stupid | Squibid | 1 | -1/+0 |
2024-03-09 | stop highlighting the whole line for diagnostics | Squibid | 1 | -1/+1 |
2024-03-09 | improve completion config | Squibid | 1 | -11/+33 |
2024-03-09 | add another lsp rename mapping | Squibid | 1 | -0/+1 |
2024-03-09 | call mason in a safer way, and initalize servers better | Squibid | 1 | -5/+20 |
2024-03-09 | add ignored chars to autopairs | Squibid | 1 | -1/+3 |
2024-03-09 | make toc close after selection neorg | Squibid | 1 | -0/+5 |
2024-03-09 | add fallback project detection, and change scope to tab instead of | Squibid | 1 | -1/+2 |
2024-03-09 | make treesitter disable on massive files, and diff files | Squibid | 1 | -3/+9 |
2024-03-09 | allow previous edit position mark in gutter | Squibid | 1 | -1/+1 |
2024-03-09 | make gitsigns binds get defined when git attaches | Squibid | 1 | -0/+41 |
2024-03-09 | remove comment options (they we're just the defaults) | Squibid | 1 | -21/+1 |
2024-03-09 | update harpoon to harpoon 2 | Squibid | 1 | -0/+6 |
2024-02-05 | un-object orient some functions | Squibid | 3 | -3/+3 |
2024-01-30 | way too lazy to sort this out, adding kitchen sink | Squibid | 10 | -70/+48 |
2024-01-02 | remove toggle term | Squibid | 1 | -31/+0 |
2023-12-05 | add highlights to statusline mode | Squibid | 1 | -11/+11 |
2023-12-05 | add index.norg to project plugin | Squibid | 1 | -0/+1 |
2023-11-27 | wasn't concatenating file path right | Squibid | 1 | -2/+2 |
2023-11-27 | fix: wrong env var | Squibid | 1 | -1/+1 |
2023-11-27 | remove useless option (it already the default) | Squibid | 1 | -1/+0 |
2023-11-27 | add new workspace, and set default one | Squibid | 1 | -1/+3 |
2023-11-27 | add required plugin for neorg presenter, and make wsphome more adaptaive | Squibid | 2 | -2/+4 |
2023-11-26 | add colored headlines for markdown | Squibid | 1 | -1/+11 |
2023-11-24 | more stuff too lazy to seperate | Squibid | 15 | -92/+110 |
2023-11-07 | replace intellitab with auto-indent | Squibid | 2 | -1/+11 |
2023-10-22 | remove dap cause idk how to auto configure it | Squibid | 1 | -8/+0 |
2023-10-22 | set spell when entering commit, and use ftplugin instead of autocmds | Squibid | 2 | -0/+3 |
2023-10-22 | kitchen sink: | Squibid | 24 | -581/+273 |
2023-10-22 | add undotree config | Squibid | 1 | -0/+3 |
2023-10-22 | move highlights to colorscheme, and change cmp style | Squibid | 1 | -20/+8 |
2023-10-22 | remove floating diagnostics, and add line diagnostics | Squibid | 2 | -10/+13 |
2023-08-11 | kitchen sink cause I'm too lazy to sort through this junk | Squibid | 13 | -92/+344 |
2023-08-02 | add git-yodel | Squibid | 1 | -0/+12 |
2023-08-02 | improve git integration | Squibid | 2 | -5/+8 |
2023-08-02 | add annotation generator: neogen | Squibid | 2 | -0/+15 |
2023-07-16 | add comment to ftplugin/java.lua, and fix some typos | Squibid | 3 | -3/+4 |
2023-07-06 | change the look of telescope a bit and remove unneeded stuff | Squibid | 1 | -8/+5 |
2023-07-06 | better movement while using cmp | Squibid | 1 | -2/+21 |
2023-07-06 | make jdtls work without the seperate plugin :) | Squibid | 2 | -24/+253 |