aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Expand)Author
2022-12-29feat(nvim): improve hover popup and keymapsToby Vincent
2022-12-29chore(nvim): update pluginsToby Vincent
2022-12-29fix(nvim): fix bug in documentation handlerToby Vincent
2022-12-29feat(nvim): further simplify lualine statuslineToby Vincent
2022-12-29feat(nvim): improve statuslineToby Vincent
2022-12-28fix(nvim): fix bug from lazy.nvim updatedToby Vincent
2022-12-28feat(nvim): add noice.nvimToby Vincent
2022-12-28chore(nvim): update pluginsToby Vincent
2022-12-28feat(nvim): improve external_docs handlerToby Vincent
2022-12-28refactor(nvim): change harpoon ui keymapToby Vincent
2022-12-28fix(nvim): add snippet engine to cmpToby Vincent
2022-12-28feat(nvim): add keymaps for harpoonToby Vincent
2022-12-28feat(nvim): enable plugins for luadev in dotfilesToby Vincent
2022-12-28feat(nvim): add keymaps for refactoring.nvimToby Vincent
2022-12-28fix(nvim): fix undotree user commandToby Vincent
2022-12-27revert(nvim): remove alphaToby Vincent
2022-12-27chore(nvim): update pluginsToby Vincent
2022-12-27perf(nvim): add true lazy loading for dressingToby Vincent
2022-12-27feat(nvim): improve json lsp configToby Vincent
2022-12-24perf(nvim): remove dep for alphaToby Vincent
2022-12-24perf(nvim): setup more plugins for lazy loadingToby Vincent
2022-12-24perf(nvim,dap): restructure dap pluginsToby Vincent
2022-12-24chore(nvim,deps): update pluginsToby Vincent
2022-12-24feat(nvim): add todo-comments.nvimToby Vincent
2022-12-24perf(nvim): remove lsp-signatureToby Vincent
2022-12-24refactor(nvim): clean up cmp filetype configToby Vincent
2022-12-24feat(nvim,neogit): manually impl pr until it is mergedToby Vincent
2022-12-24perf(nvim): remove luasnipToby Vincent
2022-12-24feat(nvim): enable lazy load by defaultToby Vincent
2022-12-24feat(nvim,treesitter): improve treesitter configToby Vincent
2022-12-24refactor(nvim,lazy): switch lazy keymap to use lua apiToby Vincent
2022-12-24perf(nvim,treesitter): lazy load treesitter-playground on cmdToby Vincent
2022-12-24fix(nvim,rust): fix rust_analyzer loading twiceToby Vincent
2022-12-24fix(nvim): disable focus on diagnostic floatToby Vincent
2022-12-24chore(nvim,deps): update pluginsToby Vincent
2022-12-23feat(nvim,lazy,wip): convert more plugins to lazy loadingToby Vincent
2022-12-22feat(nvim,lazy,wip): start converting plugins to lazyloadToby Vincent
2022-12-22fix(nvim): adopt lazy plugin version lockfile into dotfilesToby Vincent
2022-12-21fix(nvim): fix bug in utils.logToby Vincent
2022-12-21feat(nvim)!: migrate from packer.nvim to lazy.nvimToby Vincent
2022-12-18fix(nvim): add max width to nvim-notifyToby Vincent
2022-12-11feat(nvim,treesitter,rust): add textobjects for closures and assignmentsToby Vincent
2022-12-11fix(nvim,cmp): add missing cmp sources to filetypesToby Vincent
2022-12-06feat(treesitter,rust): add @statement query ident for field_identifiersToby Vincent
2022-12-05feat(nvim): simplify alphaToby Vincent
2022-12-05refactor(nvim): change diagnostic float and goto type keymapsToby Vincent
2022-12-05refactor(nvim): move packer config to plugins directoryToby Vincent
2022-12-05feat(lsp): add pylsp configToby Vincent
2022-11-30feat(nvim): add setup for cToby Vincent
2022-11-30revert(rust): revert custom expand_macro implToby Vincent