diff --git a/init.vim b/init.vim index 35421e6..0766321 100644 --- a/init.vim +++ b/init.vim @@ -29,9 +29,10 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " fuzzy file f Plug 'junegunn/fzf.vim' " vim integration for fzf Plug 'airblade/vim-gitgutter' " git status in gutter column Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dadbod +Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim " html / templates{{{ -Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " emmet support for vim - easily create markdup wth CSS-like syntax +Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'xml'] } " 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 @@ -186,7 +187,7 @@ nmap k :NERDTreeToggle " expand to the path of the file in the current buffer nmap y :NERDTreeFind " Allow saving of files as sudo when I forgot to start vim using sudo. -cmap w!! w !sudo tee > /dev/null % +cmap w!! :w suda://% "Toggle set paste nmap tp :set paste! " scroll the viewport faster