| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05-19 | docs: Update example plugin file to use native snippets with supertab. (#66) | Alex Ford | |
| 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 ``` | |||
| 2024-03-21 | fix: removed some outdated examples | Folke Lemaitre | |
| 2024-01-19 | fix: on_attach deprecated, replace with lsp.on_attach (#45) | Joshua Davis | |
| 2023-10-09 | docs: simplify cmp-emoji example | Folke Lemaitre | |
| 2023-06-02 | docs: corrected plugin spec location (#25) | Miles Ramage | |
| Also fixed minor typos and ambiguities. | |||
| 2023-05-28 | style: typo | Folke Lemaitre | |
| 2023-04-22 | fix: remove help causing error as nonexistent (#23) | Tom Mi | |
| 2023-01-27 | fix(examples): fix a bug (#10) | Amir Khazaie | |
| According to documentation and my test, this is the way to add new items to the table | |||
| 2023-01-24 | refactor: simplified fzf native example | Folke Lemaitre | |
| 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-12 | feat: added example to setup supertab with cmp and luasnip | Folke Lemaitre | |
| 2023-01-10 | feat: updated examples | Folke Lemaitre | |
| 2023-01-09 | docs: typo | Folke Lemaitre | |
| 2023-01-09 | refactor: better examples | Folke Lemaitre | |
| 2023-01-08 | feat: added an example on how to use mini.starter instead of alpha | Folke Lemaitre | |
| 2023-01-08 | refactor!: use new `opts` property | Folke Lemaitre | |
| 2023-01-07 | refactor: example -> editor | Folke Lemaitre | |
| 2023-01-07 | docs: comment all examples | Folke Lemaitre | |
| 2023-01-07 | feat(lsp): added example for custom lsp server setup | Folke Lemaitre | |
| 2023-01-07 | docs: more examples | Folke Lemaitre | |
| 2023-01-07 | feat(treesitter): examples on how to setup treesitter | Folke Lemaitre | |
| 2023-01-07 | feat(lsp): examples on how to setup lspconfig | Folke Lemaitre | |
| 2023-01-07 | docs: added comments to config files | Folke Lemaitre | |
| 2023-01-07 | feat: initial commit | Folke Lemaitre | |
