Browse Source

Removing Haskell stuff

master
Schneider 4 years ago
parent
commit
75de44d377
  1. 5
      init.vim

5
init.vim

@ -81,11 +81,6 @@ Plug 'altercation/vim-colors-solarized'
Plug 'cespare/vim-toml', { 'for': 'toml' }
"}}}
" Haskell{{{
Plug 'bitc/vim-hdevtools', { 'for': 'haskell' }
Plug 'nbouscal/vim-stylish-haskell', { 'for': 'haskell' }
"}}}
" C/C++{{{
Plug 'Rip-Rip/clang_complete', { 'for': ['c', 'cpp'], 'do': 'make install' }
let g:clang_library_path='/usr/lib/llvm-6.0/lib/libclang-6.0.so.1'

Loading…
Cancel
Save