Closed smolck closed 4 years ago
Are there other parameters that can be passed to the nvim_lsp.sumneko_lua.setup function? If so then could also just do a vim.tbl_extend('force', config, { ... }) or similar so that they don't all have to be listed explicitly.
nvim_lsp.sumneko_lua.setup
vim.tbl_extend('force', config, { ... })
Later we can do deep extend if it happens again for any other keys.
Are there other parameters that can be passed to the
nvim_lsp.sumneko_lua.setup
function? If so then could also just do avim.tbl_extend('force', config, { ... })
or similar so that they don't all have to be listed explicitly.