aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Expand)Author
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
2022-10-02fix(nvim): disable treesitter on help filesToby Vincent
2022-10-02feat(nvim): add proper lua-dev configToby Vincent
2022-10-02feat(nvim): add filtering to lsp request handlersToby Vincent
2022-10-02feat(nvim): add tokyonight themeToby Vincent
2022-10-01feat(nvim): add gruvbox and remove gruvbox-flatToby Vincent
2022-10-01refactor(nvim): remove datetime and clean up alpha layoutToby Vincent
2022-10-01refactor(nvim): remove unused configsToby Vincent
2022-10-01fix(nvim): add packer_plugins to lua globalsToby Vincent
2022-10-01fix(nvim): add gitrebase ft to unlisted buffersToby Vincent
2022-10-01refactor(nvim): swap buffer/workspace diagnostics keymapsToby Vincent
2022-09-30feat(nvim): remove latexformat from null-lsToby Vincent
2022-09-30feat(nvim): improve lualine inactive sectionToby Vincent
2022-09-30feat(nvim): add listchars optionsToby Vincent
2022-09-30refactor(nvim): clean up neogit configToby Vincent
2022-09-30feat(nvim): add help ft to unlisted buffer autocmdToby Vincent
2022-09-29feat(nvim): improve base keymaps and add alpha.nvimToby Vincent
2022-09-28chore(nvim): remove empty moduleToby Vincent
2022-09-28fix(nvim): fix C-k keymap collisionToby Vincent
2022-09-28fix(nvim): replace notify log level string with explicit enumToby Vincent
2022-09-28feat(nvim): impove documentation keymapsToby Vincent
2022-09-28feat(nvim): move utils into namespaced modulesToby Vincent
2022-09-26fix(nvim): disable additional TS highlights (syntax) for latexToby Vincent
2022-09-26fix(nvim): swap keybinds for loading sessionsToby Vincent
2022-09-25feat(nvim): migrate from autosessions to session_managerToby Vincent
2022-09-24feat(nvim): configure python lspToby Vincent
2022-09-24fix(nvim): remove omnifunc as it conflicts with nvim-cmpToby Vincent
2022-09-23feat(nvim): switch markdown formatterToby Vincent