aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Expand)Author
2022-09-20feat(nvim): added mason.nvim, formatter.nvim, lint.nvimToby Vincent
2022-09-17refactor(nvim): remove unused null-ls modulesToby Vincent
2022-09-13feat(nvim): set tabstop=2 for zsh filesToby Vincent
2022-09-12feat(nvim): add zk and nvim-zkToby Vincent
2022-09-12feat(nvim): improve lsp keymaps and cleaned up configsToby Vincent
2022-09-12fix(nvim): update lua-dev setup to reflect new versionToby Vincent
2022-09-12fix(nvim): fix incorrect undotree repoToby Vincent
2022-08-31feat(nvim): fix tabstop and add markdown to tabstop=2 autocmdToby Vincent
2022-08-31revert(nvim): revert global netrw setting for treeviewToby Vincent
2022-08-31feat(nvim): add keymaps for moving lines and center after <C-d>/<C-u>Toby Vincent
2022-08-31style(nvim): remove commented codeToby Vincent
2022-08-31fix(nvim): revert changes in treesitter config to work with main branchToby Vincent
2022-08-31feat(nvim): add config for undotreeToby Vincent
2022-08-29revert(nvim): revert back to using default treesitter-textobjectsToby Vincent
2022-08-29revert(nvim): remove ltex config and markdown diagnosticsToby Vincent
2022-08-28feat(nvim): various config improvementsToby Vincent
2022-08-23feat(nvim): add netrw settingsToby Vincent
2022-08-21fix(nvim): disable auto selecting first item on returnToby Vincent
2022-08-17style(nvim): remove comment and fix spacingToby Vincent
2022-08-16feat(nvim): improve telescope keybindsToby Vincent
2022-08-16feat(nvim): add leap.nvimToby Vincent
2022-08-16feat(nvim): improve colorschemeToby Vincent
2022-08-16feat(nvim): improve vim.ui.select and vim.ui.input layoutsToby Vincent
2022-08-16feat(nvim): migrate from neoclip to yanky.nvimToby Vincent
2022-08-16feat(nvim): enable plugin profilingToby Vincent
2022-08-16refactor(nvim): clean up telescope extensionsToby Vincent
2022-08-15feat(nvim): add cargo add/rm keymapsToby Vincent
2022-08-14feat(nvim): improve lualine configToby Vincent
2022-08-11feat(nvim): impove workflow in rust and luaToby Vincent
2022-07-30revert(nvim): disable null-ls gitsigns code actionsToby Vincent
2022-07-30feat(nvim): improve treesitter textobject keymapsToby Vincent
2022-07-30feat(nvim): properly setup dap/dapuiToby Vincent
2022-07-26fix(nvim): suppress session restore message on startupToby Vincent
2022-07-26refactor(wsl): move gpg-init to a standalone scriptToby Vincent
2022-07-26feat(nvim): improve treesitter text object keymapsToby Vincent
2022-07-26refactor(nvim): rename keymap group's `name` field to `desc`Toby Vincent
2022-07-21feat(nvim): add yamlls configToby Vincent
2022-07-18fix(nvim): fix issue with dressing format table lookupToby Vincent
2022-07-18fix(nvim): remove scope start underline from indent_blanklineToby Vincent
2022-07-17feat(nvim): improve win/buf kill cmd wrapperToby Vincent
2022-07-16refactor(nvim): rename modules to better align with neovim modulesToby Vincent
2022-07-15fix(nvim): disable spell by defaultToby Vincent
2022-07-15feat(nvim): add context based colored block guidesToby Vincent
2022-07-15refactor(nvim): use actions.which-key for telescope keymapToby Vincent
2022-07-14feat(nvim): add <C-Space> keymap for triggering code-actionsToby Vincent
2022-07-14revert(nvim): remove unused null-ls module, gitlintToby Vincent
2022-07-14revert(nvim): remove used plugin, tpope/vim-eunuchToby Vincent
2022-07-14feat(nvim): improve text object movementsToby Vincent
2022-07-14feat(nvim): set signcolumn to always show to prevent shift on updatesToby Vincent
2022-07-14feat(nvim): set vim.ui.select to use normal mode to enable j/k movementToby Vincent