]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
awesome/theme: add missing awful import
[dotfiles.git] / vim / vimrc
index 310e6038b36a3b92ad036629ed2ca68074b402cb..a00f033a51f1afc81b8644902736b4f8a2f0341f 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -98,6 +98,8 @@ let g:haskell_enable_static_pointers = 1  " to enable highlighting of `static`
 let g:haskell_backpack = 1                " to enable highlighting of backpack keywords
 " }}}
 
 let g:haskell_backpack = 1                " to enable highlighting of backpack keywords
 " }}}
 
+Plug 'aklt/plantuml-syntax'
+
 call plug#end()
 
 filetype plugin indent on
 call plug#end()
 
 filetype plugin indent on
@@ -654,7 +656,7 @@ let g:tcomment#filetype#guess = 0
 
 " ultisnips {{{2
 let g:UltiSnipsEditSplit = 'vertical'
 
 " ultisnips {{{2
 let g:UltiSnipsEditSplit = 'vertical'
-let g:UltiSnipsSnippetsDir = expand("$XDG_CONFIG_HOME/vim/ultisnips")
+let g:UltiSnipsSnippetDirectories = [ expand("$XDG_CONFIG_HOME/vim/ultisnips") ]
 if has('fname_case')
   let g:UltiSnipsSnippetDirectories = ["UltiSnips", "ultisnips"]
 endif
 if has('fname_case')
   let g:UltiSnipsSnippetDirectories = ["UltiSnips", "ultisnips"]
 endif