summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2022-09-28chore(lsp): give null-ls setup default values (#3093)Daniel Rodríguez Rivero
2022-09-28feat(autocmds): make sure all autocmds are modifiable (#3087)Abouzar Parvan
2022-09-27chore: bump plugins version (#2988)github-actions[bot]
* chore: bump plugins version * chore(plugins): update * chore(plugins): ignore solc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]>
2022-09-27fix(log): correct add_entry code documentation (#3081)Mateusz Hawrus
2022-09-25feat: colorscheme tweaksChristianChiarulli
2022-09-25feat: add border for mason (#3080)Christian Chiarulli
2022-09-25fix: supertab should tab if menu is not available (#3079)Christian Chiarulli
2022-09-25fix(nvimtree): remove view heightAbouzar Parvan
Fixes #3076
2022-09-22fix: small fixes on telescope pickers & breadcrumbs (#3060)Latif Sulistyo
2022-09-22fix(dashboard): add missing space (#3063)Philipp Bokatius
2022-09-22fix: pcall for dashboardChristianChiarulli
2022-09-22fix: lualine laststatus nuclear optionChristianChiarulli
2022-09-21fix(alpha): can't set button hl without doing thisChristianChiarulli
2022-09-21fix: use columns instead of winwidthChristian Chiarulli
2022-09-21fix: lualine slightly betterChristian Chiarulli
2022-09-21fix: improve lualine inactiveChristian Chiarulli
2022-09-21feat(lualine): improvementsChristian Chiarulli
2022-09-21feat(indentblankline): show first indent levelChristian Chiarulli
2022-09-21fix(indentblankline): make sure to use the new syntax for all options (#3058)Abouzar Parvan
2022-09-21fix: lualine git signs paddingChristian Chiarulli
2022-09-21fix(lualine): little more paddingChristianChiarulli
2022-09-21fix: lualine filetype paddingChristianChiarulli
2022-09-21feat: only show reloaded config on debug log level to decrease noiseChristianChiarulli
2022-09-21fix: plain tokyonightChristianChiarulli
2022-09-21fix: always load base themeChristianChiarulli
2022-09-21Indentlines (#3057)Christian Chiarulli
2022-09-21feat: add indentlines (#3056)Christian Chiarulli
2022-09-21fix: more consistent dashboard description (#3055)sambergo
2022-09-20fix: make sure to use global in lualineChristian Chiarulli
2022-09-20fix: fixing laststatus harderChristian Chiarulli
2022-09-20fix: lag in space when in terminal insertChristian Chiarulli
2022-09-20fix: quick and dirty fix for global statuslineChristian Chiarulli
2022-09-20feat: pickers (#3053)Christian Chiarulli
2022-09-20feat: better telescopic experience (#3052)Christian Chiarulli
2022-09-20feat: laststatus=3 global statuslineChristian Chiarulli
2022-09-20feat: set options to remove some noiseChristianChiarulli
2022-09-20feat(lualine): update statuslineChristianChiarulli
2022-09-20revert: fix Packer instead of hard-coding config (#3049)kylo252
2022-09-20feat: new dashboard logoChristianChiarulli
2022-09-20feat: breadcrumbs work againChristianChiarulli
2022-09-20feat: illuminate works againChristianChiarulli
2022-09-20feat: use a shorter dashboard banner when needed (#3047)sambergo
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
* fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <[email protected]>
2022-09-20feat(telecope): set show_untracked by default (#2984)Philipp Schmitt
* feat: optionally show untracked files with find_project_files * feat(telecope): set show_untracked by default Co-authored-by: kylo252 <[email protected]>
2022-09-19feat: breadcrumbs (#3043)Christian Chiarulli
2022-09-19feat: a less noisy tree (#3042)Christian Chiarulli
2022-09-19fix: remove warning messageChristian Chiarulli
2022-09-19feat: new colorscheme tokyonight (#3041)Christian Chiarulli
2022-09-19feat(document highlight): use illuminate rather than autocommand to avoid ↵Christian Chiarulli
flashing (#3029)
2022-09-19recognizing maven projects by default added (#3037)Vladimir Koch