summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
authordklymenk <[email protected]>2021-08-16 16:31:03 +0300
committerGitHub <[email protected]>2021-08-16 15:31:03 +0200
commitae1dea8b6499afbc35d3386654f9d0d8d208d342 (patch)
treedcd8c9b603be157f95ecb339ccb8511965b77338 /lua/default-config.lua
parent9b36872d886c632ca93479321cde1e0f00629e3c (diff)
[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
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 85a907d1..44da8954 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -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 = {