We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec48d1 commit ec3e3b0Copy full SHA for ec3e3b0
bundle_list
@@ -43,3 +43,8 @@ https://github.com/chriskempson/base16-vim.git
43
44
https://github.com/posva/vim-vue.git
45
https://github.com/mileszs/ack.vim.git
46
+
47
+# format all the langs!
48
+https://github.com/sbdchd/neoformat.git
49
+# React things
50
+https://github.com/MaxMEllon/vim-jsx-pretty.git
vimrc
@@ -370,3 +370,10 @@ hi def InterestingWord6 guifg=#000000 ctermfg=16 guibg=#ff2c4b ctermbg=195
370
" }}}
371
372
noremap <silent> <leader>N :noh<cr>:call clearmatches()<cr>
373
374
+let g:neoformat_try_node_exe = 1
375
+let g:vim_jsx_pretty_colorful_config = 1
376
377
+" for easier debugging
378
+"let g:neoformat_verbose = 1
379
+map <leader>cp :Neoformat<CR>
0 commit comments