You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is old, but this isn't a plugin issue, you can (and should) do this using vim's own mechanisms. See :h ftplugin. TLDR: inside ~/.vim/after/ftplugin/typescript.vim (modify the ~/.vim part accordingly for your OS), add the following lines
setlocal shiftwidth=4
setlocal tabstop=4
(replacing the numbers by whatever value you want, of course).
I just want change this 2 value when ts, which different with other fileType.
but I did not found this 2 keyword setting in this plugin
The text was updated successfully, but these errors were encountered: