2025-03-28 05:06 | docs: Explaining this repo now that it's online | Eamon Caddigan | 1 | +2 | -0 |
2025-03-28 03:58 | feat: Add nvim-unception | Eamon Caddigan | 1 | +7 | -0 |
2025-03-28 03:58 | feat: Add textobj-quote | Eamon Caddigan | 1 | +13 | -0 |
2025-03-28 03:58 | feat: Extend blink.cmp to be disabled for markdown files | Eamon Caddigan | 1 | +10 | -0 |
2024-12-11 16:56 | docs: Explain more about how to add and remove autocmds (#105) | Adrian Wilkins | 1 | +5 | -0 |
2024-10-22 09:11 | docs: fix `lualine` component example (#95) | Iordanis Petkakis | 1 | +5 | -1 |
2024-07-20 21:30 | fix: disable lazy checker notify by default | Folke Lemaitre | 1 | +4 | -1 |
2024-07-03 08:19 | fix: add error handling to initial clone | Folke Lemaitre | 1 | +11 | -4 |
2024-06-18 05:11 | docs: removed supertab example | Folke Lemaitre | 1 | +0 | -45 |
2024-06-14 08:14 | fix: improve comment about extras loading in config (#75) | Lucas | 1 | +0 | -4 |
2024-06-02 15:00 | fix: removed unnecessary env var (#67) | DrummyFloyd | 1 | +1 | -1 |
2024-05-19 07:33 | docs: Update example plugin file to use native snippets with supertab. (#66) | Alex Ford | 1 | +8 | -15 |
2024-03-29 16:53 | fix: Deperecated syntax in bootstrapping of LazyVim starter (#56) | denartha10 | 1 | +2 | -1 |
2024-03-21 16:47 | fix: removed some outdated examples | Folke Lemaitre | 1 | +0 | -20 |
2024-01-19 15:12 | fix: on_attach deprecated, replace with lsp.on_attach (#45) | Joshua Davis | 1 | +1 | -1 |
2023-10-09 08:28 | docs: simplify cmp-emoji example | Folke Lemaitre | 1 | +1 | -2 |
2023-06-02 21:27 | docs: corrected plugin spec location (#25) | Miles Ramage | 1 | +2 | -2 |
2023-05-28 10:22 | style: typo | Folke Lemaitre | 1 | +1 | -1 |
2023-04-22 20:23 | fix: remove help causing error as nonexistent (#23) | Tom Mi | 1 | +2 | -3 |
2023-02-27 09:29 | refactor: sumneko -> lua_ls (#18) | Jesse Zomer | 1 | +1 | -1 |
2023-01-27 14:56 | fix(examples): fix a bug (#10) | Amir Khazaie | 1 | +1 | -3 |
2023-01-24 13:50 | refactor: simplified fzf native example | Folke Lemaitre | 1 | +8 | -8 |
2023-01-23 22:40 | fix(lazy): rearrange imports order so that user can overwrite extra modules (#9) | jliaoh | 1 | +2 | -2 |
2023-01-22 23:11 | feat: added extra for mini.animate | Folke Lemaitre | 1 | +1 | -0 |
2023-01-22 20:26 | fix(lazy): dont disable matchit, matchparen and netrw by default | Folke Lemaitre | 1 | +3 | -3 |
2023-01-22 14:45 | docs: cleanup | Folke Lemaitre | 1 | +3 | -6 |
2023-01-22 14:44 | docs: updated readme to point to the installation section of the docs | Folke Lemaitre | 2 | +2 | -40 |
2023-01-17 15:39 | feat: set `config.defaults.version` for now. Too many semver plugins have outdated releases | Folke Lemaitre | 1 | +4 | -1 |
2023-01-16 15:53 | feat(lazy): set `config.defaults.lazy = false`. Better for new users | Folke Lemaitre | 1 | +3 | -1 |
2023-01-12 12:37 | feat: added example to setup supertab with cmp and luasnip | Folke Lemaitre | 1 | +52 | -0 |
2023-01-11 14:31 | chore: remove lazy-lock.json | Folke Lemaitre | 1 | +0 | -52 |
2023-01-10 10:13 | feat: updated examples | Folke Lemaitre | 2 | +86 | -6 |
2023-01-09 14:38 | docs: typo | Folke Lemaitre | 1 | +1 | -1 |
2023-01-09 14:36 | docs: fixed starter link | Folke Lemaitre | 1 | +1 | -1 |
2023-01-09 14:36 | docs: added icon | Folke Lemaitre | 1 | +1 | -1 |
2023-01-09 14:35 | docs: updated installation steps | Folke Lemaitre | 1 | +13 | -13 |
2023-01-09 14:34 | docs: added proper steps to install the starter | Folke Lemaitre | 1 | +18 | -2 |
2023-01-09 11:04 | docs: fixed tree | Folke Lemaitre | 1 | +1 | -3 |
2023-01-09 09:53 | refactor: better examples | Folke Lemaitre | 6 | +192 | -110 |
2023-01-08 14:37 | feat: added an example on how to use mini.starter instead of alpha | Folke Lemaitre | 2 | +4 | -4 |
2023-01-08 14:07 | refactor!: use new `opts` property | Folke Lemaitre | 3 | +53 | -41 |
2023-01-07 10:46 | docs: removed screenshot | Folke Lemaitre | 1 | +0 | -2 |
2023-01-07 10:32 | docs: updated file tree | Folke Lemaitre | 1 | +1 | -1 |
2023-01-07 10:32 | refactor: example -> editor | Folke Lemaitre | 1 | +0 | -0 |
2023-01-07 10:31 | docs: comment all examples | Folke Lemaitre | 1 | +16 | -16 |
2023-01-07 10:29 | docs: better docs for the starter template | Folke Lemaitre | 1 | +18 | -85 |
2023-01-07 10:16 | feat(lsp): added example for custom lsp server setup | Folke Lemaitre | 1 | +7 | -0 |
2023-01-07 10:00 | docs: added readme and license | Folke Lemaitre | 2 | +301 | -0 |
2023-01-07 09:59 | docs: more examples | Folke Lemaitre | 2 | +56 | -23 |
2023-01-07 09:53 | docs: init.lua | Folke Lemaitre | 1 | +1 | -0 |
2023-01-07 09:53 | feat(treesitter): examples on how to setup treesitter | Folke Lemaitre | 1 | +24 | -0 |
2023-01-07 09:53 | feat(lsp): examples on how to setup lspconfig | Folke Lemaitre | 1 | +34 | -0 |
2023-01-07 09:52 | docs: added comments to config files | Folke Lemaitre | 4 | +20 | -10 |
2023-01-07 09:20 | feat: initial commit | Folke Lemaitre | 5 | +64 | -0 |