Closed Ethanscharlie closed 6 months ago
from nvchad v2.5 nvterm isnt being used. are you talking about the term module ?
I don't think so
"NvChad/nvterm",
init = function()
require("core.utils").load_mappings "nvterm"
end,
config = function(_, opts)
require "base46.term"
require("nvterm").setup(opts)
end,
},
Should I just update nvchad then?
Btw I had this same exact issue when trying the toggleterm plugin
obv! update to nvchad v2.5
Still doesn't work on fresh nvchad 2.5 install with no custom plugins, and yes I did wipe .local/share/nvim
It looks like I was able to fix by resetting my .bashrc
It was caused by powerline
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bindings/bash/powerline.sh
Whenever I use nvterm the cursor (Unless using some application in the terminal like gdb or ranger) Goes to the top after every command but the rest of the terminal doesn't clear so new commands are written over other outputs and new outputs are also being written over old outputs and it ends of being so weird and confusing I have to clear the terminal after almost every command, Is this normal?