Skip to content

Commit

Permalink
Apply tab size setting for plugin/semshi.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Oct 31, 2023
1 parent eddc530 commit 96b5f05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/semshi.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
" plugin/semshi.vim
" vim: set ts=4 sts=4 sw=4:

" These options can't be initialized in the Python plugin since they must be
" known immediately.
let g:semshi#filetypes = get(g:, 'semshi#filetypes', ['python'])
Expand Down

0 comments on commit 96b5f05

Please sign in to comment.