- Don't forget to run
:PlugInstall
after you've copied everything in your homedir. - Install ccls on your system, it's better than clangd because it allows multiple subprojects to have their own
compile_commands.json
or.ccls
file - For your own sanity when using Autotools projects or ones that just use make also install
bear
in order to get a compile_commands.json file. Alternatively usecompiledb
and look on the project website for ways of dry-running and gettin a build log from it. - [IF USING YCM] For
YouCompleteMe
you need python3-dev build-essential and cmake3 on ubuntu. Find equivalent for your distro. On Fedora you need clang-tools-extra, it'll pull in all the other dependencies, aside from that also install python3-devel and for usual build stuffdnf group install 'Development Tools'
, oh and CMake, you need tosudo dnf/apt install cmake
a. You need to run the following command in the YouCompleteMe folder install.py --clangd-completer. - [IF USIGN CCLS] Install
npm
andyarn
. (See project git page tor installation of dependencies). - If you're using linux try Cascadia Code Light Font, hope you like it
- Don't forget to
mkdir ~/.zsh && ln -s $PWD .git-completion.zsh ~/.zsh/_git
to have zsh completions
-
Notifications
You must be signed in to change notification settings - Fork 0
synapse-overload/cfgs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Configuration stuff for when I move to a new PC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published