tjdevries / nlua.nvim

Lua Development for Neovim
MIT License
262 stars 21 forks source link

Allow passing of callbacks #9

Closed smolck closed 4 years ago

smolck commented 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.

tjdevries commented 4 years ago

Later we can do deep extend if it happens again for any other keys.