aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config
AgeCommit message (Collapse)Author
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-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-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
2023-05-22chore(nvim,deps): update pluginsToby Vincent
2023-05-22fix(nvim): restrict filetypes for colorizerToby Vincent
2023-05-22fix(nvim): add PKGBUILD filetypeToby Vincent
2023-05-22fix(nvim): fix neodev lspconfig dep orderToby Vincent
2023-05-21fix(nvim): remove unused deps from lspconfig specToby Vincent
2023-05-21feat(nvim): enable auto-setup in mason configsToby Vincent
2023-05-21style(nvim): sort lsp configs alphabeticallyToby Vincent
2023-05-20feat(nvim): add peek.nvimToby Vincent
2023-05-19feat(nvim): add keymap to open diffToby Vincent
2023-05-19refactor(nvim): enable stack jumpoptionToby Vincent
2023-05-19fix(nvim): switch to maintained fork of nvim-colorizerToby Vincent
2023-05-19feat(nvim,lsp): add dockerls and fix htmlToby Vincent
2023-05-18revert(nvim): remove htmldjango treesitter parserToby Vincent
The htmldjango treesitter parser makes a mess of highlights, so I'm removing it for now Ref: 0684b8d5
2023-05-18fix(nvim): add htmldjango treesitter parserToby Vincent
2023-05-17feat(nvim): add typos to null-ls and disable spellToby Vincent
2023-05-17fix(nvim): only reload dashboard on LazyVimStartedToby Vincent
2023-05-17feat(nvim): add nvim-dap-repl-highlightsToby Vincent
2023-05-17refactor(nvim): remove null-ls keymapToby Vincent
2023-05-17revert(nvim): remove spellfile from repositoryToby Vincent
The plan is to either use different method to sync the file in real-time, use a plugin to replace vim's spell functionality entirely, or some combination of both.
2023-05-16feat(nvim): add null-ls-embedded source to null-lsToby Vincent
2023-05-16fix(nvim): improve spell related configsToby Vincent
2023-05-16fix(nvim): remove markdownlint dup heading lintToby Vincent