Hi.
Nvim 0.5.1
Ubuntu 21.10
Ubuntu does not recognize the command bat. I read that it was changed to batcat. The program its name is bat but the command is batcat.
Edit:
|
local cmd = string.format('bat %s --color=always --paging=always --plain -n --pager=\'less -RS\' -H %s -r %s:', item.filename, item.lnum, startPoint) |
Hi.
Nvim 0.5.1
Ubuntu 21.10
Ubuntu does not recognize the command bat. I read that it was changed to batcat. The program its name is bat but the command is batcat.
Edit:
nvim-lsputils/lua/lsputil/actions.lua
Line 48 in f34927f