ye-junzhe / BetterNvim

Coding in Neovim elegently
57 stars 6 forks source link

CPP file error #15

Closed G23yl closed 4 months ago

G23yl commented 4 months ago
Snipaste_2024-03-03_00-29-06

When I enter a cpp file, it will show the info?Is there anything wrong?

ye-junzhe commented 4 months ago
Snipaste_2024-03-03_00-29-06

When I enter a cpp file, it will show the info?Is there anything wrong?

Do you have all the dependencies installed ? -> https://github.com/ye-junzhe/BetterNvim#prerequisites And make sure you call :MasonUpdate or :MasonInstall cpplint. I think for this case you need to check if you have installled python ? -> https://pypi.org/project/cpplint/ Oh and btw what version of neovim you are using ?

G23yl commented 4 months ago

Your suggestions are very useful! I later installed the cpplint then it works!Thanks!

ye-junzhe commented 4 months ago

Your suggestions are very useful! I later installed the cpplint then it works!Thanks!

Glad it helped, have fun with this neovim config😄