In NVIM you can use this function and map <leader>sw or <leader>sW to use :lua Surround("w") and :lua Surround("W") respectively. After pressing <leader>sw or <leader>sW in insert mode you will be asked for the character you want to surround with. If you want to surround with...