summaryrefslogtreecommitdiff
path: root/lua/lvim/config/settings.lua
AgeCommit message (Collapse)Author
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