summaryrefslogtreecommitdiff
path: root/lua/plugins
AgeCommit message (Collapse)Author
12 daysAdd XML schemas supportDmitrii Morozov
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-06-18docs: removed supertab exampleFolke Lemaitre
2024-05-19docs: Update example plugin file to use native snippets with supertab. (#66)Alex Ford
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-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-12feat: added example to setup supertab with cmp and luasnipFolke Lemaitre
2023-01-10feat: updated examplesFolke Lemaitre
2023-01-09docs: typoFolke Lemaitre
2023-01-09refactor: better examplesFolke Lemaitre
2023-01-08feat: added an example on how to use mini.starter instead of alphaFolke Lemaitre
2023-01-08refactor!: use new `opts` propertyFolke Lemaitre
2023-01-07refactor: example -> editorFolke Lemaitre
2023-01-07docs: comment all examplesFolke Lemaitre
2023-01-07feat(lsp): added example for custom lsp server setupFolke Lemaitre
2023-01-07docs: more examplesFolke Lemaitre
2023-01-07feat(treesitter): examples on how to setup treesitterFolke Lemaitre
2023-01-07feat(lsp): examples on how to setup lspconfigFolke Lemaitre