aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
AgeCommit message (Collapse)Author
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
2023-05-15feat(nvim): add statuscol.nvimToby Vincent
2023-05-15fix(nvim): fix invalid plugin structureToby Vincent
2023-05-15fix(nvim): fix incorrect options and highlightToby Vincent
2023-05-15fix(nvim): fix moved Nerd Font code pointsToby Vincent
See: https://github.com/ryanoasis/nerd-fonts/issues/365
2023-05-14chore(nvim,deps): update pluginsToby Vincent
2023-05-14feat(nvim): set scss tabstop to 2Toby Vincent
2023-05-14fix(nvim): fix sign definitionsToby Vincent
2023-05-14refactor(nvim): enable compact notificationsToby Vincent
2023-05-13feat(nvim): add html lspToby Vincent
2023-05-12chore(nvim,dep): update pluginsToby Vincent
2023-05-12feat(nvim): setup zola developmentToby Vincent
2023-05-11refactor(nvim): restructure pluginsToby Vincent
2023-05-11fix(nvim): check for buffers when reading sessionToby Vincent
2023-05-10fix(nvim): remove print statement from dashboardToby Vincent
2023-05-10refactor(nvim): remove unused utils and clean upToby Vincent
2023-05-10fix(nvim): only write session if ran without argsToby Vincent
2023-05-10fix(nvim): map *.conf files to confiniToby Vincent
2023-05-09feat(nvim): add powershell_es lspToby Vincent
2023-05-09refactor(nvim): unify filetype definitionsToby Vincent
2023-05-08fix(nvim): add hack to fix statusline highlight bugToby Vincent
2023-05-07perf(nvim): remove lualineToby Vincent
I realized I did not use/look at any of the components it added. They were entirely for "show".
2023-05-07fix(nvim): add lsp symbol keymap and add help ...Toby Vincent
folds to sessionoptions
2023-05-07refactor(nvim): stop lazy loading tobyvin.diagnosticToby Vincent
2023-05-05fix(nvim): add error handling to mksession wrapperToby Vincent
2023-05-04perf(nvim): remove unused telescope extensions ...Toby Vincent
and improve lazy loading
2023-05-03fix(nvim): make LspSemanticHighlight more ...Toby Vincent
consistent with Treesitter See: https://github.com/ellisonleao/gruvbox.nvim/pull/255
2023-05-03refactor(nvim): remove bufjump with bn/bpToby Vincent
2023-05-03chore(nvim,deps): update pluginsToby Vincent
2023-05-03fix: remove ts-playground for builtin :Inspect ...Toby Vincent
and add nvim-ts-context-commentstring hook to Comment.nvim
2023-05-03refactor(nvim): refactor lualine and remove nvim-web-devicons depToby Vincent
2023-05-03refactor(nvim): remove unused optionsToby Vincent
2023-05-03feat(nvim): add Lazy reload and deactivate subcommandsToby Vincent
2023-05-03fix(nvim): fix bug in existing session detectionToby Vincent
2023-05-02fix(nvim): delete empty buffer on dashboard createToby Vincent
2023-05-02fix(nvim): catch errors in session write autocmdToby Vincent
2023-05-02feat(nvim): add firenvim, a firefox nvim editorToby Vincent
2023-05-02fix(nvim): clean up noice configToby Vincent
2023-05-02fix(nvim): use existing session name if it existsToby Vincent
2023-05-01refactor(nvim): simplify lualine and colorschemeToby Vincent
2023-05-01fix(nvim): remove plenary dependency from utils.sessionToby Vincent
2023-05-01fix(nvim): run MasonUpdate when updating plugins and remove unused scope.nvimToby Vincent
2023-05-01perf(nvim): remove nvim-navicToby Vincent
2023-05-01chore(nvim,dep): update pluginsToby Vincent
2023-05-01fix(nvim): set eml filetype to mail and set textwidth to 72Toby Vincent