mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 18:52:22 +08:00
Merge branch 'lang/haskell' into dev
This commit is contained in:
commit
381263cd07
@ -13,7 +13,7 @@
|
||||
[](https://github.com/SpaceVim/SpaceVim)
|
||||
[](https://twitter.com/SpaceVim)
|
||||
|
||||

|
||||

|
||||
|
||||
### Table of Contents
|
||||
- [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…
x
Reference in New Issue
Block a user