Commit graph

16 commits

Author SHA1 Message Date
kylo252
d01ba08eae
refactor: auto-generate language configuration (#1584)
Refactor the monolithic `lvim.lang` design into a more modular approach.

IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-03 16:13:46 +02:00
Abouzar Parvan
ddd86dd2b9
Fix the lua goto definition bug and add better common capabilities (#1604) 2021-09-23 20:00:20 +03:30
Luong Vo
eab0369ae8
fix: missing default configuration for update_in_insert (#1550) 2021-09-17 11:04:03 +04:30
kylo252
8eed75d67f
refactor: use more flexible paths (#1381) 2021-09-13 11:28:15 +02:00
kylo252
38b0c3d860
fix: remove unused variables (#1532) 2021-09-13 11:10:22 +02:00
Abouzar Parvan
23f535666e
bugfix: remove double quotes from scala config 2021-09-10 13:16:23 +04:30
Christian Chiarulli
9ece2e5369
feat: compe -> cmp (#1496) 2021-09-07 19:23:14 -04:00
Luong Vo
5cdd742354
fix not being able to add linters and formatters to docker (#1486) 2021-09-06 21:41:54 +04:30
Christian Chiarulli
cc6685e397 feat: solidity language support with solang 2021-09-05 18:13:23 -04:00
Craig Anderson
f82ffdca1f
Add support for bicep (#1451) 2021-09-04 00:41:14 +04:30
Abouzar Parvan
92ee9552e9
better vue support (#1438) 2021-08-31 13:48:01 -04:00
Abouzar Parvan
ce7522095d
update tailwindcss to match lspinstall (#1427) 2021-08-30 19:04:04 +04:30
hui.liu
bc5b315e53
Setup tailwindcss language server (#1376) 2021-08-30 08:48:17 -04:00
Christian Chiarulli
0f458a0468 onedarker colorscheme 2021-08-30 00:59:23 -04:00
kylo252
23952f1443 Fix missing "HOME" variable errors (#1415)
Co-authored-by: MarcSchaetz <marc@schaetz.info>
2021-08-27 21:06:50 +02:00
Luc Sinet
00b895d9e9
[Feature] Encapsulate config logic (#1338)
* 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
2021-08-25 07:47:48 +02:00
Renamed from lua/default-config.lua (Browse further)