summaryrefslogtreecommitdiffstats
path: root/lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-19refine luasnip bindsSquibid1-3/+15
2024-11-19remove erroneous commaSquibid1-1/+1
2024-11-19add support for both path_async and pathSquibid1-1/+2
2024-11-19get rid of unused functions, and variablesSquibid1-8/+0
2024-11-19refine completion keybindsSquibid1-40/+14
2024-11-19get rid of useless misc.auto require in binds.luaSquibid1-1/+1
2024-11-19turn fancy spell suggest ui into a lambda, and fix some stylingSquibid1-10/+8
2024-11-19remove auto center when returning to last place in bufferSquibid1-1/+0
This had to be removed due to random "zz"'s being inserted whenever a bufread was called while I was insert mode there's probably a better way to center the pane, but that's too much of a pain to worry about right now
2024-11-19make vim.cmd calls more fancySquibid4-5/+5
2024-11-19pin harpoon to a commit that actually worksSquibid1-0/+1
2024-08-09yes there's a bit of java in my nvim config why do you ask?Squibid52-1210/+1958
2024-04-25make sure we are safely setting termguicolorsv2.0Squibid1-1/+3
2024-04-25remove signcolumn option, auto is good enough for meSquibid1-3/+0
2024-04-19make replaceword saferSquibid1-0/+3
2024-04-08fix neorg so it works on v8.0.0 and make headlines stop overriding theSquibid1-6/+24
neorg header bullet points
2024-03-31add tabbar pluginSquibid1-0/+3
2024-03-31switch from dotnix's cmp-luasnip-choice to L3MON4D3'sSquibid1-2/+2
2024-03-31replace lsp_signature with better alternativeSquibid1-1/+1
2024-03-29add todo list bindSquibid1-0/+5
2024-03-29make <leader>x toggle executable statusSquibid1-1/+15
2024-03-29show executable status in the statusbarSquibid1-0/+14
2024-03-29add notification to toggling venn modeSquibid1-0/+2
2024-03-29modify keybinds a bitSquibid1-2/+2
2024-03-23make the right click menu much more usefulSquibid1-0/+19
2024-03-23remove items from harpoon using dropdown menuSquibid1-8/+12
2024-03-09get lsp server name more consistently for the statusbarSquibid1-8/+4
2024-03-09make gitsigns binds get defined when git attachesSquibid1-7/+0
2024-03-09update harpoon to harpoon 2Squibid3-9/+70
2024-02-08make color swapper change colorscheme in configSquibid2-0/+14
2024-02-05un-object orient some functionsSquibid1-1/+1
2024-01-30way too lazy to sort this out, adding kitchen sinkSquibid4-24/+34
2024-01-02remove toggle termSquibid1-1/+0
2023-11-27fix indents and remove useless keybindsSquibid1-17/+4
2023-11-27add required plugin for neorg presenter, and make wsphome more adaptaiveSquibid1-2/+5
2023-11-26make "Edit Config" option work for any pathSquibid1-2/+2
2023-11-26only show cursorline on current windowSquibid1-3/+5
2023-11-24more stuff too lazy to seperateSquibid16-147/+357
2023-11-07replace intellitab with auto-indentSquibid1-1/+1
2023-10-22remove dap cause idk how to auto configure itSquibid2-10/+2
2023-10-22set spell when entering commit, and use ftplugin instead of autocmdsSquibid1-7/+0
2023-10-22remove games and discord presence, and make sure dep update everytime we ↵Squibid1-6/+1
open neovim
2023-10-22kitchen sink:Squibid6-230/+213
- add code action previews - change indent blankline style - more luasnip snippets - change default mason stuff - customize neorg more - change notify style - change startpage completely - add line info to statusline - change telescope style - change how todo comments look - make indentation work via treesitter
2023-10-22move config menuSquibid2-10/+9
2023-10-22move highlights to colorscheme, and change cmp styleSquibid3-82/+2
2023-10-22remove floating diagnostics, and add line diagnosticsSquibid1-5/+2
2023-08-11kitchen sink cause I'm too lazy to sort through this junkSquibid9-110/+110
2023-08-02add git-yodelSquibid1-2/+3
2023-08-02improve git integrationSquibid1-0/+5
2023-08-02add annotation generator: neogenSquibid2-0/+5
2023-07-16create floating window with commit diff when editing git commit messageSquibid1-0/+51