Skip to content

Commit 96ea198

Browse files
committed
Remove prettier
1 parent 065e5ae commit 96ea198

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugins.vim

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Plug 'sindrets/diffview.nvim' " Diffview deps
4646

4747
" Text handling
4848
Plug 'junegunn/vim-easy-align'
49-
Plug 'prettier/vim-prettier'
49+
Plug 'sbdchd/neoformat'
5050

5151
" Motion
5252
Plug 'mg979/vim-visual-multi'
@@ -80,4 +80,7 @@ Plug 'simnalamburt/vim-mundo'
8080
" Programming
8181
Plug 'dense-analysis/ale' " linter
8282

83+
" Language
84+
Plug 'lepture/vim-jinja'
85+
8386
call plug#end()

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ let g:ctrlp_custom_ignore = '\v[\/](\.git|\.hg|\.svn|node_modules)$'
225225
let g:ctrlp_working_path_mode = ''
226226
let g:ctrlp_extensions = ['tag', 'buffertag', 'quickfix' ]
227227

228+
let g:mundo_prefer_python3=1
228229
let g:prettier#autoformat = 0
229230
let g:prettier#autoformat_require_pragma = 0
230231

0 commit comments

Comments
 (0)