summaryrefslogtreecommitdiff
path: root/lua/lvim/core/project.lua
AgeCommit message (Collapse)Author
2023-02-11refactor(builtins): move builtins to ./builtinsLostNeophyte
2023-02-08fix: pass plugin module to on_config_doneLostNeophyte
2023-02-07refactor(builtins): centralize setting up builtinsLostNeophyte
2023-01-07feat: update setup tables (#3693)opalmay
* feat(nvim-tree): update setup table * chore: lint * fix: move option to correct place * feat(illuminate): update setup table * feat(which-key): update setup table * feat(project.nvim): update setup table * feat(gitsigns): update setup table * chore: lint * feat(lir): update setup table
2022-09-19recognizing maven projects by default added (#3037)Vladimir Koch
2022-07-31fix: use pcall for setting up project.nvim (#2762)lytex
2021-11-18fix: lsp root can get very annoying when working with multiple languages. ↵ChristianChiarulli
User is still able to turn it on.
2021-10-10feat: add an independent lvim namespace (#1699)kylo252