Omochice / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.js`ファイルを開いたとき、同階層に`.ts`ファイルが存在していたら警告を出す

Omochice opened this issue · comments

autocmd Bufread js
if exsits ts with same name then
delete its buffer
open typescript file
endif

solve?