I'm a new hire that the company has recently given me a job, and I've got a
work notebook Mac, I need to code Linux server using C++ on Mac. I wonder if
is there any tips to do that?
Update April 23 EST PM 9:13
deps:
libssl-dev; libghc-zlib-dev; libcurl4-gnutls-dev; libexpat1-dev; +(gettext);
I need like notice_complete, goto_define, search_keywords, highlight_syntax,
check_syntax, intent_folding, display_the_architecture_of_function,
file_template, content_tree...
Do not use brew
to install shellcheck
on mac, please.
That installed [email protected]
make my Vim
in trouble. So I need to uninstall
[email protected]
, and roll back python3
to [email protected]
. Also, uninstall all the
installed package during brew install shellcheck
.
Begin:
brew
installed [email protected]
was under:
/usr/local/Cellar/python
that brew
installed [email protected]
has a soft link python
under:
/usr/local/opt
The upstairs soft link is to do optionally config choose for other Tools.
Update April 23 EST PM 9:43
VIM deps:
Update 10 05 2022 AM 01:19 EST
fix refer here.
while new log into terminal:
.vimrc
, this is the configuration file of manually installed Vim. No matter you are on Debian, Ubuntu, or others platform.
Just use vim
command :source ~/.vimrc
to take effect or reload .vimrc
.