Closed toantk238 closed 1 year ago
@toantk238 dont use my custom config, it has some autocmds related to my st terminal which wont work for other systems!
try this custom config https://github.com/NvChad/example_config
Thanks @siduck I will give it a try
@siduck I just comment the line
require("custom.autocmds")
and it works like a charm.
@siduck I just comment the line
require("custom.autocmds")
and it works like a charm.
yes because that has some code related to specifically my terminal only! so it might crash on other systems.
If I set neovim as editor of git as
Anytime I try to commit, it always show
If I set editor = nvim --clean, it works. My nvim config is NvChad v2.0 + your neovim config @siduck