mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 10:47:07 +08:00
Add haskell layer
This commit is contained in:
parent
2e80427b82
commit
c4ec833eb2
@ -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