File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Plug 'sindrets/diffview.nvim' " Diffview deps
4646
4747" Text handling
4848Plug ' junegunn/vim-easy-align'
49- Plug ' prettier/vim-prettier '
49+ Plug ' sbdchd/neoformat '
5050
5151" Motion
5252Plug ' mg979/vim-visual-multi'
@@ -80,4 +80,7 @@ Plug 'simnalamburt/vim-mundo'
8080" Programming
8181Plug ' dense-analysis/ale' " linter
8282
83+ " Language
84+ Plug ' lepture/vim-jinja'
85+
8386call plug#end ()
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ let g:ctrlp_custom_ignore = '\v[\/](\.git|\.hg|\.svn|node_modules)$'
225225let g: ctrlp_working_path_mode = ' '
226226let g: ctrlp_extensions = [' tag' , ' buffertag' , ' quickfix' ]
227227
228+ let g: mundo_prefer_python3= 1
228229let g: prettier #autoformat = 0
229230let g: prettier #autoformat_require_pragma = 0
230231
You can’t perform that action at this time.
0 commit comments