mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
[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:
parent
9b36872d88
commit
ae1dea8b64
4 changed files with 34 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue