mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add neoformat
This commit is contained in:
parent
ceef889448
commit
cc95d4b47b
@ -197,7 +197,7 @@ Plug 'neomake/neomake'
|
|||||||
" Plug 'dense-analysis/ale'
|
" Plug 'dense-analysis/ale'
|
||||||
|
|
||||||
" Auto format tools
|
" Auto format tools
|
||||||
" Plug 'sbdchd/neoformat'
|
Plug 'sbdchd/neoformat', { 'on': 'Neoformat' }
|
||||||
" Plug 'Chiel92/vim-autoformat'
|
" Plug 'Chiel92/vim-autoformat'
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
@ -605,6 +605,9 @@ let g:neomake_open_list = 0
|
|||||||
|
|
||||||
" Which linter to use for TeX source files
|
" Which linter to use for TeX source files
|
||||||
let g:neomake_tex_enabled_makers = []
|
let g:neomake_tex_enabled_makers = []
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""" neoformat settings """""""""""""""""""""""
|
||||||
|
let g:neoformat_enabled_python = ['black', 'yapf']
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Git-related
|
"{{ Git-related
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user