1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00
Files
.vim/ftplugin/javascript/common.vim
2014-12-05 07:28:56 +01:00

6 lines
111 B
VimL

setlocal foldmethod=syntax
setlocal list
" reformat json struct
map <leader>] <esc>:%!python -m json.tool<cr>