aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Collapse)Author
2023-10-24fix(nvim): use Lazy install to install pluginsToby Vincent
2023-10-24fix(nvim): fix typo in install scriptToby Vincent
2023-10-24feat(nvim): add treesitter parsers install scriptToby Vincent
2023-10-24fix(nvim): fix dep issue in treesitter parsersToby Vincent
2023-10-23feat(firefox): improve tridactylrc configToby Vincent
2023-10-12feat(mail): improved services and install scriptsToby Vincent
2023-10-12fix(nvim): improve install scripts outputToby Vincent
2023-10-09fix(nvim): add keymap for using selection registerToby Vincent
2023-10-08fix(nvim): fix oil session issuesToby Vincent
2023-10-07feat(nvim): add ocamllspToby Vincent
2023-10-06fix(nvim): improve lsp external docs handlerToby Vincent
2023-10-06fix(nvim): remove system clipboard integrationToby Vincent
Rely on paste (Ctrl-Shift-v) and OSC52 instead, manually specifying the `"+` register when necessary.
2023-10-06refactor(nvim): clean up plugin specsToby Vincent
2023-10-06fix(nvim): improve oil remapsToby Vincent
2023-10-04fix(nvim): switch to prettier for css/htmlToby Vincent
2023-10-03fix(nvim): improve dashboard and fix lintsToby Vincent
2023-10-01fix(nvim): improve markdown formattingToby Vincent
2023-09-30fix(nvim): replace efm with conform and nvim-lintToby Vincent
2023-09-30feat(nvim): replace netrw with oil.nvimToby Vincent
2023-09-28fix(nvim): improve dashboardToby Vincent
2023-09-22chore(nvim,dep): update pluginsToby Vincent
2023-09-21fix(nvim): improve filetype detectionToby Vincent
2023-09-21fix(nvim): disable lazy loading of masonToby Vincent
2023-08-31fix(nvim): remove duplicate linterToby Vincent
2023-08-31build: use chkstow and further simplify installToby Vincent
2023-08-27fix: simplify install scriptToby Vincent
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