Compare commits
3 commits
82fe9c7bce
...
aa32c5abcd
| Author | SHA1 | Date | |
|---|---|---|---|
| aa32c5abcd | |||
| 115799ba5b | |||
| 05d2a4c554 |
3 changed files with 9 additions and 4 deletions
|
|
@ -12,6 +12,13 @@ fish_add_path --append \
|
||||||
~/Library/Python/3.10/bin \
|
~/Library/Python/3.10/bin \
|
||||||
/opt/awscli/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 -n "$CODER_WORKSPACE_ID$CODER"
|
||||||
if test -z "$BROWSER"
|
if test -z "$BROWSER"
|
||||||
set -x BROWSER "fwd-browse"
|
set -x BROWSER "fwd-browse"
|
||||||
|
|
|
||||||
|
|
@ -359,7 +359,8 @@
|
||||||
(use-package eglot :ensure
|
(use-package eglot :ensure
|
||||||
:commands (eglot-ensure eglot)
|
:commands (eglot-ensure eglot)
|
||||||
:hook
|
:hook
|
||||||
(python-mode . eglot-ensure)
|
;; 2023-06-26 Using LSP mode for python these days.
|
||||||
|
;; (python-mode . eglot-ensure)
|
||||||
(rust-mode . eglot-ensure)
|
(rust-mode . eglot-ensure)
|
||||||
(c++-mode . eglot-ensure)
|
(c++-mode . eglot-ensure)
|
||||||
(c-mode . eglot-ensure)
|
(c-mode . eglot-ensure)
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,3 @@ pip3 install --index-url=https://pypi.org/simple black
|
||||||
sudo npm install -g prettier pyright
|
sudo npm install -g prettier pyright
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
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