diff --git a/init.vim b/init.vim index 16176fc..9401d83 100644 --- a/init.vim +++ b/init.vim @@ -32,7 +32,7 @@ Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dad Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim " html / templates{{{ -Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'xml'] } " emmet support for vim - easily create markdup wth CSS-like syntax +Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'markdown'] } " emmet support for vim - easily create markdup wth CSS-like syntax Plug 'gregsexton/MatchTag', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " match tags in html, similar to paren support Plug 'othree/html5.vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " html5 support Plug 'lumiliet/vim-twig', { 'for': ['html'] } " twig syntax support diff --git a/vim/ftplugin/rust.vim b/vim/ftplugin/rust.vim index 30e92e1..499607d 100644 --- a/vim/ftplugin/rust.vim +++ b/vim/ftplugin/rust.vim @@ -6,7 +6,7 @@ let g:ale_fixers = {} let g:ale_fixers['rust'] = ['rustfmt'] let g:ale_fix_on_save=1 -nnoremap :w:!cargo run -nnoremap :w:!cargo test +nnoremap :RustRun +nnoremap :RustTest! nnoremap ^wimut diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim index 3cc70bd..926c598 100644 --- a/vim/ftplugin/tex.vim +++ b/vim/ftplugin/tex.vim @@ -16,6 +16,8 @@ if has("nvim") let g:deoplete#omni#input_patterns.tex = g:vimtex#re#deoplete endif +let g:vimtex_compiler_progname = 'nvr' + set conceallevel=0 " spell checking