Add main snippet
This commit is contained in:
parent
441e8406f0
commit
c779a7b266
1 changed files with 6 additions and 0 deletions
6
_config/nvim/UltiSnips/haskell.snippets
Normal file
6
_config/nvim/UltiSnips/haskell.snippets
Normal file
|
@ -0,0 +1,6 @@
|
|||
snippet main
|
||||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello, World"
|
||||
endsnippet
|
Loading…
Add table
Reference in a new issue