Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-20 | feat: add crystal filetype (#3762) | Kasper Holbek Jensen | |
Add crystal filetype | |||
2022-12-17 | refactor(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-31 | fix(defaults): don't use smartindent (#3363) | LostNeophyte | |
2022-10-16 | fix: disable unsupported asian characters spellchecking (#3259) | Jakub Reroล | |
2022-09-20 | feat: laststatus=3 global statusline | Christian Chiarulli | |
2022-09-20 | feat: set options to remove some noise | ChristianChiarulli | |
2022-09-15 | refactor: small improvements (#3021) | Christian Chiarulli | |
2022-05-21 | refactor: 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-10 | fix: disable the default intro message (#2340) | kylo252 | |
2022-02-16 | fix(timeoutlen): this has caused way too many issues in the past (#2287) | Abouzar Parvan | |
2022-01-04 | refactor(settings): add headless-mode settings (#2134) | kylo252 | |
2021-12-09 | fix(bootstrap): remove hard-coded spellfile option (#2061) | kylo252 | |
2021-11-15 | fix: use an indepdent shadafile from neovim (#1910) | kylo252 | |
2021-10-24 | feat: add transparent endofbuffer | Abouzar Parvan | |
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |