From df42fc923b95bff8840733065f9d96a9cb563dca Mon Sep 17 00:00:00 2001 From: Yuki Iwanaga Date: Sun, 20 Aug 2023 16:52:36 +0900 Subject: [PATCH] Fix --- nvim/autoload/user/plugin/coc.vim | 1 + shell/profile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/nvim/autoload/user/plugin/coc.vim b/nvim/autoload/user/plugin/coc.vim index 4edf0247..f341261e 100644 --- a/nvim/autoload/user/plugin/coc.vim +++ b/nvim/autoload/user/plugin/coc.vim @@ -33,6 +33,7 @@ let g:coc_global_extensions = [ \ 'coc-tag', \ 'coc-tsserver', \ 'coc-vimlsp', + \ 'coc-yaml', \ ] let g:coc_selectmode_mapping = 0 diff --git a/shell/profile b/shell/profile index 9f0c00b2..24bad870 100644 --- a/shell/profile +++ b/shell/profile @@ -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