79543768

Date: 2025-03-29 19:14:23
Score: 2.5
Natty:
Report link

Setting a file in `~/.vim/bundle/YouCompleteMe/.ycm_extra_conf.py`

import os
import ycm_core

flags = [ '-std=c++20' ]

def Settings ( **kwargs ):
    return { 'flags': flags }

And the problem solved
enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 趴蒽翔