aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Collapse)Author
2023-03-22chore(nvim,dep): update pluginsToby Vincent
2023-03-15fix(nvim,lsp): fix bug in texlive configToby Vincent
2023-03-14fix(nvim,lsp): move back to latexmk for texliveToby Vincent
2023-03-13feat(nvim): add nginxbeautifierToby Vincent
2023-03-13fix(nvim): load lsp.lua before any pluginsToby Vincent
2023-03-08fix(nvim): disable frecency for find_filesToby Vincent
2023-02-26chore(nvim,deps): update pluginsToby Vincent
2023-02-26fix(nvim): fix gitsigns range hunk staging keymapsToby Vincent
2023-02-26feat(nvim): add keymap to close rust-tools runnables bufferToby Vincent
2023-02-26fix(nvim): fix telescope-undo keymapsToby Vincent
2023-02-20fix(nvim): remove neogitToby Vincent
2023-02-18fix(nvim): add fix for neogit creating empty buffersToby Vincent
2023-02-18chore(nvim,deps): update pluginsToby Vincent
2023-02-18feat(nvim): add keymap to close gitsigns previewToby Vincent
2023-02-18fix(nvim): remove diffview integration from neogitToby Vincent
2023-02-17feat(nvim,lsp,rust): add command for setting cargo targetToby Vincent
I need to figure out how to do this without defer, or maybe even reloading. The workspace seems to need to be reloaded after the notification due to the [inactive-code] diagnostic, but the reload request being processed before the notification is completed, so I can only get it to work by defering. This technically introduces a race condition?
2023-02-15feat(nvim): add ron supportToby Vincent
2023-02-14fix(nvim): fix gitsigns visual keybindsToby Vincent
2023-02-13fix(nvim): change shiftwidth to tabstop in ftpluginsToby Vincent
fix typo in ftplugins that set shiftwidth instead of tabstop.
2023-02-12refactor(nvim): migrate from autocmd to ftpluginToby Vincent
2023-02-11feat: split `.zshrc` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/zsh/.zshrc` up into `$XDG_CONFIG_HOME/zsh/.zshrc.d/*`. This allows for better management and prioritization between different tool's env. Similar to what was done to `.profile` in e712243 (feat: split `.profile` to individual files, 2023-02-10).
2023-02-10fix(nvim,lsp): add visual mode keymapsToby Vincent
2023-02-10feat: split `.profile` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env.
2023-02-10feat(nvim): add telescope keymaps for pickersToby Vincent
add telescope picker mappings for renaming files in find_files and deleting buffers
2023-02-10fix(nvim,lsp): add bashls configToby Vincent
2023-02-10fix(nvim): improve diagnostic keymaps and fix lintsToby Vincent
2023-02-10fix(nvim): remove git autocmdToby Vincent
2023-02-08feat(nvim,latex): move to tectonic build systemToby Vincent
2023-02-08refactor(nvim): move telescope mappings out of ...Toby Vincent
anonymous funtions
2023-02-08fix(nvim): limit concurrency to support inital ...Toby Vincent
setup slow machines (rpi)
2023-02-06refactor(nvim): improve gruvbox and lualine themingToby Vincent
2023-02-06chore(nvim,deps): update pluginsToby Vincent
2023-02-06feat(nvim): filter oldfiles finder to cwdToby Vincent
2023-02-06fix(nvim): fix bug in virt-column loading too lateToby Vincent
2023-02-06fix(nvim): set markdown textwidth to 80Toby Vincent
2023-02-02fix(nvim,lsp): add workaround for rust-analyzer bugToby Vincent
Ref: https://github.com/rust-lang/rust-analyzer/issues/14060
2023-02-01revert(nvim): remove warning on telescope keymapToby Vincent
2023-01-30fix(nvim): fix for neogit not respecting auto_show_console = falseToby Vincent
2023-01-28fix(nvim): improve presence statusToby Vincent
2023-01-28fix(nvim): add back telescope keymapsToby Vincent
*BONUS* includes warning when using them to help migrate
2023-01-27fix(nvim): add system clipboard syncing for neoclipToby Vincent
2023-01-27fix(nvim): improve ftplugin and autocmdsToby Vincent
2023-01-27chore(nvim,deps): update pluginsToby Vincent
2023-01-27feat(nvim): add telescope-all-recent, telescope-undo, and neoclipToby Vincent
2023-01-25revert(nvim): remove hover and doc handlersToby Vincent
2023-01-25fix(nvim): clean up util module calls and dapToby Vincent
2023-01-25fix(nvim): improve texlab configToby Vincent
2023-01-17feat(nvim): improve latex envToby Vincent
2023-01-17fix(nvim): fix bug in lsp autocmdToby Vincent
2023-01-16fix(nvim): fix bugs in lsp configsToby Vincent