Make sure you clone this repo to ${HOME}/.dotfiles
directory.
- install macports
- install
cargo
: to install protols(lsp for google's protocol buffers)
sudo port install cargo
cargo install protols
- install GNU Stow to install
.
files.
sudo port install stow
install Neovimtheinstall.sh
script downloads the latest neovim and put it in.local/bin/
sudo port install neovim
- run
install.sh
- install zsh
- install
cargo
: to install protols(lsp for google's protocol buffers)
sudo apt install cargo
cargo install protols
- change your shell to
zsh
- install GNU Stow to install
.
files. (Most linux distros do not have this program, you may need to install it yourself) - run
install.sh
nvim-dap wiki page (Debug Adapter installation) introduces 4 debug adaptor: gdb native, codelldb, lldb-vscode, and vscode-cpptools. My nvim configuration uses codelldb
Currently installing codelldb directly. Need to have mason to handle installing adapters.