summaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Collapse)Author
2022-10-31fix(nvim): add workaround for incorrect highlights in lsp.hoverToby Vincent
2022-10-31feat(nvim): register hover providers for rust-tools and crates.nvimToby Vincent
2022-10-31feat(nvim): add provider manager for hoverToby Vincent
2022-10-31revert(nvim): remove esc keybind to clear hl, prefer default <C-l>Toby Vincent
2022-10-29fix(nvim): fix buffer validation bug in tobyvin.utils.bdeleteToby Vincent
2022-10-28feat(nvim): add esc keymap for clearing search highlightsToby Vincent
2022-10-28feat(nvim): add lua module auto-reloaderToby Vincent
2022-10-26refactor(nvim): change textwidth to 100Toby Vincent
2022-10-26feat(lualine): add workspace diagnostics to statusbarToby Vincent
2022-10-26fix(rust-tools): remove overwritten keymapToby Vincent
2022-10-26feat(lsp): improve handlers, previews and floatsToby Vincent
2022-10-26refactor(nvim): change rounded buffers to singleToby Vincent
2022-10-26feat(lsp): improve lsp handlersToby Vincent
2022-10-26feat(nvim): add better buffer switchingToby Vincent
2022-10-25fix(lsp): update lsp install keybindToby Vincent
2022-10-25fix(lualine): add condition to winbar visibilityToby Vincent
2022-10-25fix(treesitter): remove incremental selection due to conficting keymapsToby Vincent
2022-10-25revert(undotree): remove undotree keymapToby Vincent
2022-10-25feat(lualine): integrate hl groups into lualine themeToby Vincent
2022-10-24feat(lualine): improve lualine config and add winbarToby Vincent
2022-10-19fix(nvim): fix issues in preparation for noice.nvimToby Vincent
2022-10-18fix(nvim): fix typo in tokyonight setupToby Vincent
2022-10-15fix(nvim): add option to disable spell outside of @spell TS objectsToby Vincent
2022-10-15feat(nvim): improve highlightsToby Vincent
2022-10-15feat(nvim): add spell optionsToby Vincent
2022-10-15feat(nvim): improve utils and clean up workspace errorsToby Vincent
2022-10-15feat(nvim): migrate lsp configs to seperate moduleToby Vincent
2022-10-14feat(nvim): move lsp configs into seperate moduleToby Vincent
2022-10-14feat(nvim): manually handle treesitter smart_rename keymapToby Vincent
2022-10-14feat(nvim): add capability condition to lsp keymapsToby Vincent
2022-10-14fix(nvim): rename lua-dev to neodevToby Vincent
2022-10-13feat(latexindent): add line wrapping to section titlesToby Vincent
2022-10-12fix(nvim): properly implement bdelete on last bufferToby Vincent
2022-10-12fix(nvim): fix alpha typo in BDeletePre autocmdToby Vincent
2022-10-12feat(nvim): improve alpha keymapsToby Vincent
2022-10-11feat(nvim): remove unused plugins and cleanup keybindsToby Vincent
2022-10-07fix(nvim): add missing setup call for undotreeToby Vincent
2022-10-06feat(nvim): set prettier to format markdown line lengthToby Vincent
2022-10-06feat(nvim): add local_use function for packer with optional fallbackToby Vincent
2022-10-05feat(nvim): add mason-update-all and add nvim flag to install.shToby Vincent
2022-10-05feat(nvim): add mason-nvim-dapToby Vincent
2022-10-05feat(nvim): improve texlab and latexindent configsToby Vincent
2022-10-04feat(nvim): use frecency algorithm as telescope sorterToby Vincent
2022-10-04refactor(nvim): update gitsigns keymap styleToby Vincent
2022-10-04refactor(nvim): improve dap configToby Vincent
2022-10-04fix(nvim): fix filetype filter for MRUToby Vincent
2022-10-04fix(nvim): fix bug with how oldfiles was parsed in Alphas MRUToby Vincent
2022-10-03feat(nvim): add caching to alpha renderingToby Vincent
2022-10-03fix(nvim): remove call to invalid lsp log functionToby Vincent
2022-10-02feat(nvim): configure alpha start screenToby Vincent