Skip to content

Commit

Permalink
enable jinja syntax highlighting for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
stibipet committed Feb 7, 2024
1 parent c8d375a commit 75c263e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appconfig/vim/dotvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ if g:user_mode == "1"
" <leader>cs
Plug 'ron89/thesaurus_query.vim'

" Syntax highlighting for jinja
Plug 'lepture/vim-jinja'

" EPIGEN_ADD_BLOCK_TOMAS EPIGEN_ADD_BLOCK_AFZAL {

" " Grammar checking
Expand Down Expand Up @@ -229,11 +232,6 @@ if g:user_mode == "1"
" let g:chromatica#enable_at_startup=1
" let g:chromatica#dotclangfile_search_path=''
endif

" EPIGEN_ADD_BLOCK_PETR {
" Plug 'lepture/vim-jinja'
" EPIGEN_ADD_BLOCK_PETR }

endif

" Repeat.vim remaps . in a way that plugins can tap into it.
Expand Down

0 comments on commit 75c263e

Please sign in to comment.