Skip to content

Commit 9b1c8cf

Browse files
committed
Disable vim-json plugin due plugin conflict
1 parent 9d0bba1 commit 9b1c8cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
9393
nmap <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
100100
let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers

0 commit comments

Comments
 (0)