summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysEnable clipboard share, new predefined commands for MavenDmitrii Morozov
8 daysConfigure springb-boot plugin properlyDmitrii Morozov
9 daysConfigure colorschemeDmitrii Morozov
9 daysChange default dashboard logoDmitrii Morozov
9 daysEnable autosaveDmitrii Morozov
9 daysEnable autosaveDmitrii Morozov
9 daysAdd icon for various toolsDmitrii Morozov
9 daysAdd docker.nvim plugin with some keymapsDmitrii Morozov
9 daysChange key bindings for neogitDmitrii Morozov
9 daysAdd key binding for NeoGitDmitrii Morozov
10 daysEnable autosave on focus lostDmitrii Morozov
10 daysAdd newgit pluginDmitrii Morozov
10 daysSet indent size to 4Dmitrii Morozov
10 daysAdd spring-boot.nvim pluginDmitrii Morozov
11 daysInstall maven pluginDmitrii Morozov
11 daysDisable search barDmitrii Morozov
12 daysEnable dap.coreDmitrii Morozov
12 daysAdd XML schemas supportDmitrii Morozov
12 daysEnable lang.javaDmitrii Morozov
2024-12-11docs: 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-22docs: 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-20fix: disable lazy checker notify by defaultFolke Lemaitre
2024-07-03fix: add error handling to initial cloneFolke Lemaitre
2024-06-18docs: removed supertab exampleFolke Lemaitre
2024-06-14fix: 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-02fix: removed unnecessary env var (#67)DrummyFloyd
according to https://github.com/LazyVim/LazyVim/issues/2063#issuecomment-2143841592 this is not needed
2024-05-19docs: Update example plugin file to use native snippets with supertab. (#66)Alex Ford
2024-03-29fix: 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-21fix: removed some outdated examplesFolke Lemaitre
2024-01-19fix: on_attach deprecated, replace with lsp.on_attach (#45)Joshua Davis
2023-10-09docs: simplify cmp-emoji exampleFolke Lemaitre
2023-06-02docs: corrected plugin spec location (#25)Miles Ramage
Also fixed minor typos and ambiguities.
2023-05-28style: typoFolke Lemaitre
2023-04-22fix: remove help causing error as nonexistent (#23)Tom Mi
2023-02-27refactor: sumneko -> lua_ls (#18)Jesse Zomer
2023-01-27fix(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-24refactor: simplified fzf native exampleFolke Lemaitre
2023-01-23fix(lazy): rearrange imports order so that user can overwrite extra modules (#9)jliaoh
2023-01-23feat: added extra for mini.animateFolke Lemaitre
2023-01-22fix(lazy): dont disable matchit, matchparen and netrw by defaultFolke Lemaitre
2023-01-22docs: cleanupFolke Lemaitre
2023-01-22docs: updated readme to point to the installation section of the docsFolke Lemaitre
2023-01-17feat: set `config.defaults.version` for now. Too many semver plugins have ↵Folke Lemaitre
outdated releases
2023-01-16feat(lazy): set `config.defaults.lazy = false`. Better for new usersFolke Lemaitre
2023-01-12feat: added example to setup supertab with cmp and luasnipFolke Lemaitre
2023-01-11chore: remove lazy-lock.jsonFolke Lemaitre
2023-01-10feat: updated examplesFolke Lemaitre
2023-01-09docs: typoFolke Lemaitre
2023-01-09docs: fixed starter linkFolke Lemaitre
2023-01-09docs: added iconFolke Lemaitre