summaryrefslogtreecommitdiff
path: root/lua/lvim/config
AgeCommit message (Expand)Author
2023-04-28refactor(lsp)!: specify option in deprecation msgfeat/handlers-overridekylo252
2023-04-24chore: more general deprecated messageCPea
2023-04-24fix: avoid duplicate diagnostic codeCPea
2023-04-24move default config to `settings.lua` and keep backward compabilityCPea
2023-04-24fix: wrong deprecation messageCPea
2023-04-24refactor(lsp)!: deprecate `lvim.lsp.diagnostics`CPea
2023-04-24refactor(lsp): allow to disable custom handlers configCPea
2023-04-12feat(lazy): lazy.nvim settings can be customized (#4010)erodey
2023-02-25fix(config-loader): defer invalid configuration warning (#3869)LostNeophyte
2023-02-04perf: lazy load most plugins (#3750)LostNeophyte
2023-01-20feat: add crystal filetype (#3762)Kasper Holbek Jensen
2023-01-13fix(config): copy the correct example config (#3722)LostNeophyte
2023-01-10refactor: migrate to lazy.nvim (#3647)LostNeophyte
2022-12-17refactor(autocmds): clean up filetype detection rules (#3625)kylo252
2022-11-28perf: handle big files better (#3449)LostNeophyte
2022-11-04chore: format on save off by defaultChristian Chiarulli
2022-11-04feat: use our own colorscheme, decouple from tokyonight (#3378)Christian Chiarulli
2022-11-04fix(logger): set console logging to sync (#3379)LostNeophyte
2022-11-04refactor(config): better deprecation handling (#3419)kylo252
2022-11-02fix: rollback plugin loader changes (#3402)Christian Chiarulli
2022-11-02refactor(theme)!: decouple tokyonight options (#3384)kylo252
2022-11-01perf(treesitter): disable in big files (#3268)LostNeophyte
2022-10-31fix(defaults): don't use smartindent (#3363)LostNeophyte
2022-10-21refactor(plugins)!: remove nvim-notify from core (#3300)Mark Huggins
2022-10-17feat(config): allow disabling reload-on-save (#3261)Christian Chiarulli
2022-10-16fix: disable unsupported asian characters spellchecking (#3259)Jakub Reroล„
2022-10-06feat: enable global installation (#3161)kylo252
2022-10-06feat(logger): hot-reload logger level (#3159)kylo252
2022-10-04refactor: more deliberate reload (#3133)kylo252
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-09-20feat: laststatus=3 global statuslineChristian Chiarulli
2022-09-20feat: set options to remove some noiseChristianChiarulli
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-05-26feat(cmp): add option to disable friendly-snippets (#2660)kylo252
2022-05-21refactor: load the default options once (#2592)kylo252
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-14refactor(lsp): cleanup servers' override configuration (#2243)kylo252
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252
2022-03-19feat: add alpha.nvim integration (#1906)kylo252
2022-03-10fix: disable the default intro message (#2340)kylo252
2022-02-16fix(timeoutlen): this has caused way too many issues in the past (#2287)Abouzar Parvan
2022-01-04refactor(settings): add headless-mode settings (#2134)kylo252
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252
2021-12-23fix(lsp): set the handlers opts for v0.6 as well (#2109)kylo252
2021-12-20refactor: remove unused old language configs (#2094)kylo252
2021-12-09feat: multiple enhancements to lvim-reload (#2054)kylo252