feat: vim EpitechHeader haskell

This commit is contained in:
AngeD 2023-01-06 21:07:26 +01:00
parent de99940837
commit 416baa8284
7 changed files with 10 additions and 8 deletions

View File

@ -1,8 +1,9 @@
function! EpitechHeader()
let com_arr = {
\ 'c': {'top': '/*', 'mid': '**', 'bot': '*/'},
\ 'cpp': {'top': '/*', 'mid': '**', 'bot': '*/'},
\ 'make': {'top': '##', 'mid': '##', 'bot': '##'}
\ 'c': {'top': '/*', 'mid': '**', 'bot': '*/'},
\ 'cpp': {'top': '/*', 'mid': '**', 'bot': '*/'},
\ 'make': {'top': '##', 'mid': '##', 'bot': '##'},
\ 'haskell': {'top': '{-', 'mid': '--', 'bot': '-}'},
\ }
if (!has_key(com_arr, &filetype))

View File

@ -54,6 +54,7 @@ require"pack-indent-blankline"
require"pack-lspconfig"
require"pack-telescope"
require"pack-treesitter"
vim.cmd("source ~/.config/nvim/epitech_header.vim")
-----------------------
----- keybindings -----

@ -1 +1 @@
Subproject commit bb444796dc5746d969f0718913a31c8075741e36
Subproject commit 9d81624fbcedd3dd43b38d7e13a1e7b3f873d8cd

@ -1 +1 @@
Subproject commit a606bd10c79ec5989c76c49cc6f736e88b63f0da
Subproject commit cd67e819e453643b818363e6b573484c8e2e41b0

@ -1 +1 @@
Subproject commit b1569394614804aaad4e994731161f253ff61bcc
Subproject commit 2d8e6b666297ddf19cbf7cbc2b0f1928bc49224a

@ -1 +1 @@
Subproject commit 33916e91a743a73472a15f3fc27dd0aa9f7abbdf
Subproject commit 35165798a83e2e4f2f0aa6c820e2f7fba23e0179

@ -1 +1 @@
Subproject commit 3fca9c8933afc5c118a73cedb171a3c7b8e92730
Subproject commit 69dfd7758033b3e771dcd184c1b143d166a85481