Compare commits
No commits in common. "aa32c5abcdd534058a844c9306577c0eb8d6b61d" and "82fe9c7bce840742354c89f0058b5c20a0fa0092" have entirely different histories.
aa32c5abcd
...
82fe9c7bce
3 changed files with 4 additions and 9 deletions
|
|
@ -12,13 +12,6 @@ fish_add_path --append \
|
|||
~/Library/Python/3.10/bin \
|
||||
/opt/awscli/bin
|
||||
|
||||
if command -s pyenv > /dev/null
|
||||
set -Ux PYENV_ROOT $HOME/.pyenv
|
||||
fish_add_path --move $PYENV_ROOT/bin
|
||||
|
||||
pyenv init - | source
|
||||
end
|
||||
|
||||
if test -n "$CODER_WORKSPACE_ID$CODER"
|
||||
if test -z "$BROWSER"
|
||||
set -x BROWSER "fwd-browse"
|
||||
|
|
|
|||
|
|
@ -359,8 +359,7 @@
|
|||
(use-package eglot :ensure
|
||||
:commands (eglot-ensure eglot)
|
||||
:hook
|
||||
;; 2023-06-26 Using LSP mode for python these days.
|
||||
;; (python-mode . eglot-ensure)
|
||||
(python-mode . eglot-ensure)
|
||||
(rust-mode . eglot-ensure)
|
||||
(c++-mode . eglot-ensure)
|
||||
(c-mode . eglot-ensure)
|
||||
|
|
|
|||
|
|
@ -30,3 +30,6 @@ pip3 install --index-url=https://pypi.org/simple black
|
|||
sudo npm install -g prettier pyright
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
source /etc/profile.d/a00-homebrew-init.sh
|
||||
brew install python@3.9 python@3.10 python@3.11
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue