2022. 3. 10. 12:16

Raw To BMP exe

2022. 2. 13. 16:07

python 관련

pythong 3.8 -> 3.10 설치뒤 pip도 확인해야함

python -m pip install pip --upgrade pip

 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

sudo apt-get remove python3-pip

sudo apt-get remove python-pip

 

pyls

pip install python-language-server

2022. 2. 13. 01:14

tagbar 에서 rust tagging

2022. 2. 13. 00:24

ls ranges is not enabled in ccls 해결

검색도 별로 없고 오랜 시간 삽질했는데, 옵션을 키란 말이었음...
    "lsRanges": true를 넣으면 된다

            "initializationOptions": {
                     "cache": {
                                "directory": "/tmp/ccls"
                              },
                     "highlight": {
                                "lsRanges": true
                      }
                   }
          }

 

https://www.reddit.com/r/neovim/comments/jwhf60/error_using_ccls_with_nvim/

 

Error using ccls with nvim

I'm pretty sure I built, installed, and configured clss correctly, below you can find my error message, coc-settings.json, and CocInfo in that...

www.reddit.com

 

2022. 2. 12. 22:36

ccls 설치