Commit graph

11 commits

Author SHA1 Message Date
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
Luc Sinet
b524100f01
feat: support wildcard filetypes for null-ls providers (#1447)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-10-09 13:45:34 +02:00
kylo252
efd82c8756
feat: configure multiple filetypes per provider (#1725) 2021-10-09 13:39:15 +02:00
kylo252
f4899e3165
fix: register null-ls providers per filetype (#1709) 2021-10-08 08:57:11 +02:00
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
e9d8d8cd2e
fix the string concat in logging (#1441) 2021-09-01 13:19:20 +04:30
kylo252
27679f988f
[Refactor]: only allow a single logger (#1405) 2021-08-26 23:02:16 +04:30
kylo252
5b94e3cee2
fix logging when plenary is not available (#1390) 2021-08-26 12:49:29 +02:00
Abouzar Parvan
1f45d1531d
[Bugfix] fix formatter/linter nil issue (#1353)
* fix formatter/linter issue for undefined lang/filetypes

* revrese the order
2021-08-19 16:00:44 +02:00
Luc Sinet
6e0f56f09e
[Bugfix] Support extending null builtin args (#1317) 2021-08-15 00:32:17 +04:30
Luc Sinet
70d139ac27
[Refactor/Bugfix] Improve null ls handler (#1277) 2021-08-14 01:02:56 +04:30