Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |
2021-10-03 | refactor: auto-generate language configuration (#1584) | kylo252 | |
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files. | |||
2021-09-23 | Fix the lua goto definition bug and add better common capabilities (#1604) | Abouzar Parvan | |
2021-09-17 | fix: missing default configuration for update_in_insert (#1550) | Luong Vo | |
2021-09-13 | refactor: use more flexible paths (#1381) | kylo252 | |
2021-09-13 | fix: remove unused variables (#1532) | kylo252 | |
2021-09-10 | bugfix: remove double quotes from scala config | Abouzar Parvan | |
2021-09-07 | feat: compe -> cmp (#1496) | Christian Chiarulli | |
2021-09-06 | fix not being able to add linters and formatters to docker (#1486) | Luong Vo | |
2021-09-05 | feat: solidity language support with solang | Christian Chiarulli | |
2021-09-04 | Add support for bicep (#1451) | Craig Anderson | |
2021-08-31 | better vue support (#1438) | Abouzar Parvan | |
2021-08-30 | update tailwindcss to match lspinstall (#1427) | Abouzar Parvan | |
2021-08-30 | Setup tailwindcss language server (#1376) | hui.liu | |
2021-08-30 | onedarker colorscheme | Christian Chiarulli | |
2021-08-27 | Fix missing "HOME" variable errors (#1415) | kylo252 | |
Co-authored-by: MarcSchaetz <[email protected]> | |||
2021-08-25 | [Feature] Encapsulate config logic (#1338) | Luc Sinet | |
* Define core/builtins, streamline status_color interface * Encapsulate configuration in its own module * Add fallback to lv-config.lua * Rectify settings loading order to allow overriding vim options * Move default-config into config/ module * replace uv.fs_stat with utils.is_file |