aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Collapse)Author
2023-08-23feat(mutt): add mutt configsToby Vincent
2023-08-22feat(nvim): add css formattingToby Vincent
2023-08-22chore(nvim,dep): update pluginsToby Vincent
2023-08-22refactor(nvim): clean up plugin configs and typesToby Vincent
2023-08-22feat(nvim)!: move to efm due to null-ls being archivedToby Vincent
2023-08-19chore(nvim,dep): update pluginsToby Vincent
2023-08-19feat: add hjson syntax pluginToby Vincent
2023-08-08fix: fix font config in multiple locationsToby Vincent
2023-07-14fix(nvim): filetype when using `sudoedit`/`sudo -e`Toby Vincent
2023-07-03fix(nvim): override presence's socket methodsToby Vincent
2023-07-01fix(nvim): fix git conflict keymapsToby Vincent
2023-06-23revert(01af646): breaks normal formattingToby Vincent
This reverts commit 01af646 (fix(nvim): set nginx formatter, 2023-06-23).
2023-06-23fix(nvim): set nginx formatterToby Vincent
2023-06-19chore(nvim,dep): update pluginsToby Vincent
2023-06-16fix(nvim): add workaround for bug in lspconfigToby Vincent
2023-06-16chore(nvim,deps): update pluginsToby Vincent
2023-06-16fix(nvim): prevent qf next from splittingToby Vincent
2023-06-16fix(nvim): remove keymaps for qf and loc listsToby Vincent
2023-06-16fix(nvim): remove nvim-bqfToby Vincent
2023-06-16feat(nvim,rust): add run last commandsToby Vincent
2023-06-16fix(nvim): only run autocmds for noninteractive autocmdsToby Vincent
2023-06-16refactor(nvim): clean unnecessary optionsToby Vincent
2023-05-31fix(nvim): fix width of cmp menu, esp. using rustToby Vincent
2023-05-31fix(nvim): disable pumblend/winblend due to bug(?)Toby Vincent
The bug results in a transparent black background. I assume this should instead be blending the current background color. Ref: https://github.com/neovim/neovim/issues/18576
2023-05-31chore(nvim,deps): update pluginsToby Vincent
2023-05-30fix(nvim): add htmldjango to html lspToby Vincent
2023-05-29refactor(nvim): improve dap config and lazy loadToby Vincent
2023-05-29feat(nvim): refresh lsp codelens on lsp attachToby Vincent
2023-05-29fix(nvim): switch to fork of rust-tools.nvimToby Vincent
2023-05-28revert(nvim): running on format was a mistakeToby Vincent
This reverts commit 4abc2c5 (fix(nvim): move whitespace trim autocmd to null-ls, 2023-05-28).
2023-05-28fix(nvim): move whitespace trim autocmd to null-lsToby Vincent
2023-05-28build(nvim): clean plugins on installToby Vincent
2023-05-28revert: move back to null-lsToby Vincent
This reverts commit b33cf84 (feat(nvim): move null-ls linters to nvim-lint, 2023-05-27).
2023-05-27feat(nvim): move null-ls linters to nvim-lintToby Vincent
2023-05-27chore(nvim,deps): update pluginsToby Vincent
2023-05-27fix(nvim): add PKGBUILD ft to avoid lint errorsToby Vincent
2023-05-27fix(nvim): replace moved nerdfont charactersToby Vincent
2023-05-26style(nvim): fix typo in commentToby Vincent
2023-05-26fix(nvim): add scrolloffset to cmp windowToby Vincent
2023-05-24fix(nvim): use plugin.cond over plugin.enabledToby Vincent
2023-05-24fix(nvim): replace lazy sync with lazy restoreToby Vincent
2023-05-24style(nvim): improve output of nvim install scriptToby Vincent
2023-05-24feat(nvim): add qf list keymaps and autocmdToby Vincent
2023-05-24refactor(nvim): move to bottom of term on TermOpenToby Vincent
2023-05-24chore(nvim,deps): update pluginsToby Vincent
2023-05-23feat(nvim): add corrective user commandsToby Vincent
2023-05-23fix(nvim): remove zola.nvim as it breaks ...Toby Vincent
htmldjango syntax
2023-05-23fix(nvim): improve terminal mode keymapsToby Vincent
2023-05-22fix(nvim): remove mason-lspconfig install autocmdToby Vincent
2023-05-22refactor(nvim): remove telescope file browserToby Vincent