cmp-dap
cmp-dap copied to clipboard
vim.api.nvim_buf_get_option deprecated
vim.api.nvim_buf_get_option, described on the readme setup section, is currently deprecated as per: https://neovim.io/doc/user/deprecated.html#nvim_buf_get_option()
you can use:
vim.api.nvim_get_option_value("buftype", {})