mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:30:05 +08:00
Add haskell layer
This commit is contained in:
parent
2e80427b82
commit
c4ec833eb2
@ -13,7 +13,7 @@
|
|||||||
[![GitHub forks](https://img.shields.io/github/forks/SpaceVim/SpaceVim.svg?style=social&label=Fork)](https://github.com/SpaceVim/SpaceVim)
|
[![GitHub forks](https://img.shields.io/github/forks/SpaceVim/SpaceVim.svg?style=social&label=Fork)](https://github.com/SpaceVim/SpaceVim)
|
||||||
[![Twitter Follow](https://img.shields.io/twitter/follow/SpaceVim.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/SpaceVim)
|
[![Twitter Follow](https://img.shields.io/twitter/follow/SpaceVim.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/SpaceVim)
|
||||||
|
|
||||||
![2017-02-01_1359x720](https://cloud.githubusercontent.com/assets/13142418/22506984/38c627ae-e8be-11e6-8f9c-37e260d069a7.png)
|
![2017-02-05_1361x720](https://cloud.githubusercontent.com/assets/13142418/22622808/42d5eb48-eb80-11e6-89dd-4672ec93d6da.png)
|
||||||
|
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
|
7
autoload/SpaceVim/layers/lang/haskell.vim
Normal file
7
autoload/SpaceVim/layers/lang/haskell.vim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
function! SpaceVim#layers#lang#haskell#plugins() abort
|
||||||
|
let plugins = []
|
||||||
|
call add(plugins,['neovimhaskell/haskell-vim', { 'on_ft' : 'haskell'}])
|
||||||
|
call add(plugins,['pbrisbin/vim-syntax-shakespeare', { 'on_ft' : 'haskell'}])
|
||||||
|
call add(plugins,['eagletmt/neco-ghc', { 'on_ft' : 'haskell'}])
|
||||||
|
return plugins
|
||||||
|
endfunction
|
Loading…
Reference in New Issue
Block a user