File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ Plugin 'honza/vim-snippets'
4545
4646Plugin ' evidens/vim-twig'
4747Plugin ' rking/ag.vim'
48- Plugin ' pangloss/vim-javascript'
48+ " Plugin 'pangloss/vim-javascript'
49+ Plugin ' jelera/vim-javascript-syntax'
4950
5051" vim-scripts
5152Plugin ' Tabular'
@@ -96,9 +97,11 @@ set laststatus=2 " Always show the statusline
9697set 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
100101let g: indentLine_char = ' |'
101102let g: indentLine_leadingSpaceChar = ' ·'
103+ let g: indentLine_leadingSpaceEnabled = 1
104+ set tabstop = 4 softtabstop = 0 expandtab shiftwidth = 4
102105
103106" Colors and Theme {{{2
104107set background = dark
You can’t perform that action at this time.
0 commit comments