Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 12, 2023
1 parent c3678b8 commit 0d765d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if dpp#min#load_state(s:dpp_base)
" NOTE: dpp#make_state() requires denops.vim
execute 'set runtimepath^=' .. s:denops_src
autocmd User DenopsReady
\ call dpp#make_state(s:dpp_base, '{your TypeScript file path}')
\ call dpp#make_state(s:dpp_base, '{TypeScript config file path}')
endif
" Attempt to determine the type of a file based on its name and
Expand Down
2 changes: 1 addition & 1 deletion doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ EXAMPLES *dpp-examples*
" NOTE: dpp#make_state() requires denops.vim
execute 'set runtimepath^=' .. s:denops_src
autocmd User DenopsReady
\ call dpp#make_state(s:dpp_base, '{your TypeScript file path}')
\ call dpp#make_state(s:dpp_base, '{TypeScript config file path}')
endif
" Attempt to determine the type of a file based on its name and
Expand Down

0 comments on commit 0d765d8

Please sign in to comment.