Skip to content

Commit 748b1fd

Browse files
committed
updated
1 parent d0fe1b4 commit 748b1fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

vimrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Plugin 'honza/vim-snippets'
4545

4646
Plugin 'evidens/vim-twig'
4747
Plugin 'rking/ag.vim'
48-
Plugin 'pangloss/vim-javascript'
48+
"Plugin 'pangloss/vim-javascript'
49+
Plugin 'jelera/vim-javascript-syntax'
4950

5051
" vim-scripts
5152
Plugin 'Tabular'
@@ -96,9 +97,11 @@ set laststatus=2 " Always show the statusline
9697
set t_Co=256 " Explicitly tell Vim that the terminal supports 256 colors
9798

9899
" Indent lines
99-
let g:indentLine_color_term = 239
100+
let g:indentLine_color_term = 235
100101
let g:indentLine_char = '|'
101102
let g:indentLine_leadingSpaceChar = '·'
103+
let g:indentLine_leadingSpaceEnabled = 1
104+
set tabstop=4 softtabstop=0 expandtab shiftwidth=4
102105

103106
" Colors and Theme {{{2
104107
set background=dark

0 commit comments

Comments
 (0)