Byoung Hoon, Yoon
Byoung Hoon, Yoon
i had the same issue, try reinstall the godef using GO111MODULE=on environment variable. ``` GO111MODULE=on go get -u github.com/rogpeppe/godef ```
I solved this by installing the latest(0.39.2) zellij ```bash # install latest zellij arch -arm64 brew install zellij # check 0.39.2 version /opt/homebrew/bin/zellij --version zellij 0.39.2 # and it is...
Because of this issue, I set the neoivim background to black as shown below. vim.cmd("highlight Normal cterm=none guibg=none") Or use dark background color theme. vim.cmd("colorscheme onedark_dark")
I have a similar problem, I am using alacritty 0.13.2 (bb8ea18) When I type Korean character after ASCII(like .), it inputs 2 spaces. ```bash # ex) 가나다. 테스트 ``` This...