Vim: Warning: Output is not to a terminal Vim: Warning: Input is not from a terminal And my project is not working anymore, also after rewinding it. The project name is “dom-newsletter-app” Can you help me pl
local trim_spaces = true vim.keymap.set("v", "<space>s", function() require("toggleterm").send_lines_to_terminal("single_line", trim_spaces, { args = vim.v.count }) end) -- Replace with these for the other two options -- require("toggleterm").send_lines_to_terminal("visual_...