Browse Source

Suppressions de foncionnalités non utilisées (dmenu, vim-jade)

Thibaut Marty 9 years ago
parent
commit
22ea0b4860
4 changed files with 0 additions and 24 deletions
  1. 0 1
      README.md
  2. 0 21
      dmenu.vim
  3. 0 1
      plugins.vim
  4. 0 1
      vimrc

+ 0 - 1
README.md

@@ -49,7 +49,6 @@ rm -rf .vim .vimrc
 * [vim-gitgutter](https://github.com/airblade/vim-gitgutter)
 * [matchit](https://github.com/tmhedberg/matchit)
 * [vim-node](https://github.com/moll/vim-node)
-* [vim-jade](https://github.com/digitaltoad/vim-jade)
 * [mustang-vim](https://github.com/croaker/mustang-vim)
 * [CamelCaseMotion](https://github.com/bkad/CamelCaseMotion)
 * [vim-autoclose](https://github.com/Townk/vim-autoclose)

+ 0 - 21
dmenu.vim

@@ -1,21 +0,0 @@
-"# Ouvrir rapidement un fichier avec dmenu
-" De : http://leafo.net/posts/using_dmenu_to_open_quickly.html
-
-" Strip the newline from the end of a string
-function! Chomp(str)
-  return substitute(a:str, '\n$', '', '')
-endfunction
-
-" Find a file and pass it to cmd
-function! DmenuOpen(cmd)
-  "let fname = Chomp(system("git lsœ-files | dmenu -i -l 20 -p " . a:cmd))
-  let fname = Chomp(system("find . | dmenu -i -l 20 -p :" . a:cmd))
-  if empty(fname)
-    return
-  endif
-  execute a:cmd . " " . fname
-endfunction
-
-" Mappings
-nmap <Leader>e :call DmenuOpen("e")<CR>
-nmap <Leader>E :call DmenuOpen("tabe")<CR>

+ 0 - 1
plugins.vim

@@ -13,7 +13,6 @@ Plugin 'tpope/vim-fugitive'
 Plugin 'airblade/vim-gitgutter'
 Plugin 'tmhedberg/matchit'
 Plugin 'moll/vim-node'
-Plugin 'digitaltoad/vim-jade'
 Plugin 'croaker/mustang-vim'
 Plugin 'bkad/CamelCaseMotion'
 Plugin 'Townk/vim-autoclose'

+ 0 - 1
vimrc

@@ -2,7 +2,6 @@ source ~/.vim/set.vim
 source ~/.vim/fonctions.vim
 source ~/.vim/plugins.vim
 source ~/.vim/statusline.vim
-source ~/.vim/dmenu.vim
 source ~/.vim/theme.vim
 source ~/.vim/specifiques.vim
 source ~/.vim/mappings.vim