| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | Replace nova-dap-ui with nvim-dap-view pluginHEADmaster | Dmitrii Morozov | |
| 5 days | Test new plugin for run configurations conversion | Dmitrii Morozov | |
| 5 days | Tune dap-ui plugin | Dmitrii Morozov | |
| 5 days | Remove neotest plugin | Dmitrii Morozov | |
| 6 days | Enable neotest plugin | Dmitrii Morozov | |
| 7 days | Enable tutor | Dmitrii Morozov | |
| 7 days | Add comment.nvim plugin | Dmitrii Morozov | |
| 7 days | Disable relative numbers, enable some lang plugins | Dmitrii Morozov | |
| 7 days | Remove commented configs | Dmitrii Morozov | |
| 7 days | Enable code style formatting | Dmitrii Morozov | |
| 7 days | Enable clipboard share, new predefined commands for Maven | Dmitrii Morozov | |
| 7 days | Configure springb-boot plugin properly | Dmitrii Morozov | |
| 8 days | Configure colorscheme | Dmitrii Morozov | |
| 8 days | Change default dashboard logo | Dmitrii Morozov | |
| 8 days | Enable autosave | Dmitrii Morozov | |
| 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 | |
| 9 days | Enable autosave on focus lost | Dmitrii Morozov | |
| 9 days | Add newgit plugin | Dmitrii Morozov | |
| 9 days | Set indent size to 4 | Dmitrii Morozov | |
| 9 days | Add spring-boot.nvim plugin | Dmitrii Morozov | |
| 10 days | Install maven plugin | Dmitrii Morozov | |
| 10 days | Disable search bar | Dmitrii Morozov | |
| 11 days | Enable dap.core | Dmitrii Morozov | |
| 11 days | Add XML schemas support | Dmitrii Morozov | |
| 11 days | Enable lang.java | 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-10-22 | docs: fix `lualine` component example (#95) | Iordanis Petkakis | |
| As per https://github.com/LazyVim/LazyVim/issues/4544 it creates confusion to the users who are just trying out the example to try things out. Better to avoid such misinterpretations in the future. I'm assuming this will also update the docs automatically as I can deduce from https://github.com/LazyVim/lazyvim.github.io/blob/25af26046a30be110f0aa19c87ad2a1a1e53ce45/lua/build.lua#L369-L372? | |||
| 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-18 | docs: removed supertab example | 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-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-02-27 | refactor: sumneko -> lua_ls (#18) | Jesse Zomer | |
| 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 | |
