| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 9 days | Enable autosave | Dmitrii Morozov | |
| 9 days | Add icon for various tools | Dmitrii Morozov | |
| 9 days | Add docker.nvim plugin with some keymaps | Dmitrii Morozov | |
| 9 days | Change key bindings for neogit | Dmitrii Morozov | |
| 9 days | Add key binding for NeoGit | Dmitrii Morozov | |
| 10 days | Enable autosave on focus lost | Dmitrii Morozov | |
| 10 days | Set indent size to 4 | Dmitrii Morozov | |
| 2024-12-11 | docs: Explain more about how to add and remove autocmds (#105) | Adrian Wilkins | |
| Co-authored-by: Adrian Wilkins <adrian.wilkins.contractor@dvla.gov.uk> | |||
| 2024-07-20 | fix: disable lazy checker notify by default | Folke Lemaitre | |
| 2024-07-03 | fix: add error handling to initial clone | Folke Lemaitre | |
| 2024-06-14 | fix: improve comment about extras loading in config (#75) | Lucas | |
| * fix: improve comment about extras loading in config * fix: use LazyExtras --------- Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com> | |||
| 2024-06-02 | fix: removed unnecessary env var (#67) | DrummyFloyd | |
| according to https://github.com/LazyVim/LazyVim/issues/2063#issuecomment-2143841592 this is not needed | |||
| 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 | |
