mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
6 lines
111 B
VimL
6 lines
111 B
VimL
setlocal foldmethod=syntax
|
|
setlocal list
|
|
|
|
" reformat json struct
|
|
map <leader>] <esc>:%!python -m json.tool<cr>
|