nvim config stolen from @Lukacms
This commit is contained in:
16
nvim/snippets/haskell.json
Normal file
16
nvim/snippets/haskell.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"header": {
|
||||
"prefix": "header_haskell",
|
||||
"body": [
|
||||
"{-",
|
||||
"-- EPITECH PROJECT, 2023",
|
||||
"-- $TM_DIRECTORY",
|
||||
"-- File description:",
|
||||
"-- $TM_FILENAME_BASE",
|
||||
"-}",
|
||||
"",
|
||||
"$0"
|
||||
],
|
||||
"description": "Code snippet for haskell header"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user