aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config
AgeCommit message (Expand)Author
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
2022-11-30refactor(nvim): clean up startup windowToby Vincent
2022-11-30refactor(nvim): reword session_manager keymap descToby Vincent
2022-11-28fix(lsp): correct rust_analyzer configToby Vincent
2022-11-27feat(treesitter): improve keymaps and add custom rust queriesToby Vincent
2022-11-25fix: improve cmp and fix issue with open/close cmdline too fastToby Vincent
2022-11-24feat(nvim): remove setup func in configsToby Vincent
2022-11-24refactor(lsp): clean up lsp configsToby Vincent
2022-11-24feat(nvim): disable postfix completion in rust analyzerToby Vincent
2022-11-24fix(dap): remove erroring function callToby Vincent
2022-11-24revert(nvim): remove which-keyToby Vincent
2022-11-24fix(nvim): disable console logging once nvim-notify is registeredToby Vincent
2022-11-24fix(nvim): allow logger in vim.notify to accept strings for levelToby Vincent
2022-11-24feat(nvim): add 'hard' contrast to gruvbox pluginToby Vincent
2022-11-24refactor(nvim): use NotifyBackground hl to set notify backgroundToby Vincent
2022-11-21fix(nvim): remove duplicate augroup with clearToby Vincent
2022-11-20fix(nvim): fix bug in loggingToby Vincent
2022-11-20revert(nvim): remove glow.nvimToby Vincent
2022-11-20refactor(null-ls): use lua function for keymapToby Vincent
2022-11-20refactor(nvim): merge mason extension setupsToby Vincent
2022-11-19feat(treesitter): add textobjectsToby Vincent
2022-11-19fix(telescope): move git keybinds out of GitAttach autocmdToby Vincent
2022-11-16refactor(nvim): improve and reorganize dap configsToby Vincent
2022-11-16revert(nvim): remove unused treesitter modulesToby Vincent
2022-11-16refactor(nvim): improve hover util moduleToby Vincent
2022-11-16revert(nvim): remove lua module autoloadingToby Vincent
2022-11-16feat(nvim): add plenary.log to vim.notifyToby Vincent
2022-11-13revert(treesitter): revert back to using main textobject branchToby Vincent
2022-11-12revert(nvim): remove more keymaps in favor of default keymapsToby Vincent
2022-11-10fix(treesitter): switch to pr branch as temp fixToby Vincent
2022-11-10refactor(lsp): fix lsp definition handlerToby Vincent
2022-11-10refactor(nvim): convert all keymap desc to lowercaseToby Vincent