Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Aug 20, 2023
1 parent a1b0b9d commit df42fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/autoload/user/plugin/coc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let g:coc_global_extensions = [
\ 'coc-tag',
\ 'coc-tsserver',
\ 'coc-vimlsp',
\ 'coc-yaml',
\ ]

let g:coc_selectmode_mapping = 0
Expand Down
4 changes: 4 additions & 0 deletions shell/profile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export PATH=/opt/homebrew/opt/libpq/bin:$PATH
# Dart
export PATH=$PATH:$HOME/.pub-cache/bin

# pnpm
export PNPM_HOME=$HOME/Library/pnpm
export PATH=$PATH:$PNPM_HOME

# App config
#-----------------------------------------------
# Git
Expand Down

0 comments on commit df42fc9

Please sign in to comment.