Skip to content

Commit

Permalink
fix some LSP/clang stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Aug 31, 2024
1 parent ee334d0 commit 2dd5909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ask "Install clangd config?" && case "$OS" in
checked_copy config.yaml ~/Library/Preferences/clangd/config.yaml
;;
"Linux"*)
checked_copy config.yaml "$XDG_CONFIG_HOME/clangd/config.yaml"
checked_copy config.yaml ~/.config/clangd/config.yaml
;;
esac
ask "Install stderred?" && install_stderred
Expand Down
2 changes: 1 addition & 1 deletion install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ setup_sublime_text() {
subl --background --command 'install_package_control'
subl --background --command 'install_packages {"packages": ["Solarized Color Scheme"]}'
subl --background --command 'install_packages {"packages": ["LSP", "LSP-clangd", "LSP-SourceKit", "Swift Next", "CUDA C++"]}'
checked_copy LSP.sublime-settings ~/Library/Application\ Support/Sublime\ Text/Packages/User/LSP.sublime-settings
{ set +x; } 2>/dev/null
checked_copy LSP.sublime-settings ~/Library/Application\ Support/Sublime\ Text/Packages/User/LSP.sublime-settings
checked_copy LSP.sublime-settings ~/Library/Application\ Support/Sublime\ Text/Packages/User/LSP.sublime-settings
checked_copy LSP-SourceKit.sublime-settings ~/Library/Application\ Support/Sublime\ Text/Packages/User/LSP-SourceKit.sublime-settings
checked_copy LSP-clangd.sublime-settings ~/Library/Application\ Support/Sublime\ Text/Packages/User/LSP-clangd.sublime-settings
git submodule update --init "Theme - El Capitan"
Expand Down

0 comments on commit 2dd5909

Please sign in to comment.