summaryrefslogtreecommitdiff
path: root/lua/lvim/config/settings.lua
AgeCommit message (Collapse)Author
2023-02-04perf: lazy load most plugins (#3750)LostNeophyte
* perf: lazy load most plugins * fix(lazy): suggested fixes for pref/lazyloading branch (#3754) fix(lazy): Suggested fixes from previous comments fix(lazy): applying suggestions from code review Co-authored-by: LostNeophyte <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: LostNeophyte <[email protected]> * chore: format * move lazy utils to modules.lua * simplify telescope actions * refactor: cmp_window local name * feat: more lazy loading cmds * refactor(cmp): minor clean up * perf: set lazy loading by default * refactor(alpha): remove broken lazy load * revert: explictily set lazy loading This reverts commit ba38193e4ebfa5acc8afa2b35247c5420d9a2739. * test: enable lazy-loading for bigfile * perf: defer projects and alpha to VimEnter * refactor(bufferline): add comment * perf: better lazy load dap/dapui * perf: lazy load ts-commentstring with Comment.nvim pre_hook --------- Co-authored-by: pr-313 <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: opalmay <[email protected]> Co-authored-by: kylo252 <[email protected]>
2023-01-20feat: add crystal filetype (#3762)Kasper Holbek Jensen
Add crystal filetype
2022-12-17refactor(autocmds): clean up filetype detection rules (#3625)kylo252
* refactor(lua): simplify gf utility * refactor(autocmds): cleanup * refactor(ftdetect): use vim.filetype.add instead
2022-10-31fix(defaults): don't use smartindent (#3363)LostNeophyte
2022-10-16fix: disable unsupported asian characters spellchecking (#3259)Jakub Reroล„
2022-09-20feat: laststatus=3 global statuslineChristian Chiarulli
2022-09-20feat: set options to remove some noiseChristianChiarulli
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-05-21refactor: load the default options once (#2592)kylo252
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups
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
2021-12-09fix(bootstrap): remove hard-coded spellfile option (#2061)kylo252
2021-11-15fix: use an indepdent shadafile from neovim (#1910)kylo252
2021-10-24feat: add transparent endofbufferAbouzar Parvan
2021-10-10feat: add an independent lvim namespace (#1699)kylo252