File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ if exists('*minpac#init')
5454 " Javascript
5555 call minpac#add (' pangloss/vim-javascript' )
5656 call minpac#add (' mxw/vim-jsx' ) " Syntax highlighting and indenting for JSX
57- call minpac#add (' leshill/vim-json' ) " Improves the syntax highlighing for JSON files
57+ " call minpac#add('leshill/vim-json') " Improves the syntax highlighing for JSON files
5858
5959 " Flutter
6060 call minpac#add (' dart-lang/dart-vim-plugin' ) " Provides filetype detection, syntax highlighting, and indentation for Dart.
@@ -93,8 +93,8 @@ let g:NERDTreeNodeDelimiter = "\u00a0"
9393nmap <leader> nt :NERDTreeToggle<cr> " Open NERDTree
9494
9595" IdentLine Configurations
96- autocmd Filetype json let g: indentLine_setConceal = 0
97- let g: indentLine_char = ' ┆'
96+ " autocmd Filetype json let g:indentLine_setConceal = 0
97+ " let g:indentLine_char = '┆'
9898
9999" Airline Configurations
100100let g: airline #extensions#tabline #enabled = 1 " Enable the list of buffers
You can’t perform that action at this time.
0 commit comments