diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/default-config.lua | 3 | 
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 = { | 
