| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-29 | fix: Deperecated syntax in bootstrapping of LazyVim starter (#56) | denartha10 | |
| In the current state of the lazy.nvim repository, certain updates have been made. However, there remains an outdated reference to 'vim.loop' for the bootstrapping process of 'lazyvim' in this start repo for LazyVim, despite 'vim.loop' being deprecated. To rectify this, I suggest a minor alteration by replacing it with the following code snippet: ```lua if not (vim.uv or vim.loop).fs_stat(lazypath) then -- bootstrap do ``` | |||
| 2023-01-23 | fix(lazy): rearrange imports order so that user can overwrite extra modules (#9) | jliaoh | |
| 2023-01-23 | feat: added extra for mini.animate | Folke Lemaitre | |
| 2023-01-22 | fix(lazy): dont disable matchit, matchparen and netrw by default | Folke Lemaitre | |
| 2023-01-22 | docs: updated readme to point to the installation section of the docs | Folke Lemaitre | |
| 2023-01-17 | feat: set `config.defaults.version` for now. Too many semver plugins have ↵ | Folke Lemaitre | |
| outdated releases | |||
| 2023-01-16 | feat(lazy): set `config.defaults.lazy = false`. Better for new users | Folke Lemaitre | |
| 2023-01-09 | refactor: better examples | Folke Lemaitre | |
| 2023-01-07 | docs: added comments to config files | Folke Lemaitre | |
| 2023-01-07 | feat: initial commit | Folke Lemaitre | |
