local map = require('cosmic.utils').map map('n', '', function() if not require('noice.lsp').scroll(4) then return '' end end) map('n', '', function() if not require('noice.lsp').scroll(-4) then return '' end end)