[Feature] Expose null ls setup to user config (#1323)

* expose null_ls setup to user config

* add new config to example configs

* fix tabs with stylua

* change else statement in the example
This commit is contained in:
dklymenk 2021-08-16 16:31:03 +03:00 committed by GitHub
parent 9b36872d88
commit ae1dea8b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 1 deletions

View file

@ -104,6 +104,9 @@ lvim = {
on_init_callback = nil,
---@usage query the project directory from the language server and use it to set the CWD
smart_cwd = true,
null_ls = {
setup = {},
},
},
plugins = {