nvim-hs-0.0.3: executable/Main.hs
{- |
Module : Main
Description : Main module for the haskell plugin provider
Copyright : (c) Sebastian Witte
License : Apache-2.0
Maintainer : woozletoff@gmail.com
Stability : experimental
-}
module Main where
import Neovim (neovim, defaultConfig)
main :: IO ()
main = neovim defaultConfig