got rid of cornelis
This commit is contained in:
parent
c0295c2f4c
commit
ae0374c99b
1 changed files with 0 additions and 57 deletions
|
|
@ -1,57 +0,0 @@
|
|||
return {
|
||||
{
|
||||
'isovector/cornelis',
|
||||
dependencies = {
|
||||
'kana/vim-textobj-user',
|
||||
'neovimhaskell/nvim-hs.vim',
|
||||
},
|
||||
build = 'stack build',
|
||||
keys = {
|
||||
{
|
||||
"<leader>cl",
|
||||
":CornelisLoad<CR>",
|
||||
"Load",
|
||||
},
|
||||
{
|
||||
"<leader>cr",
|
||||
":CornelisRefine<CR>",
|
||||
"Refine",
|
||||
},
|
||||
{
|
||||
"<leader>cd",
|
||||
":CornelisMakeCase<CR>",
|
||||
"Make Case",
|
||||
},
|
||||
{
|
||||
"<leader>c,",
|
||||
":CornelisTypeContext<CR>",
|
||||
"Type Context",
|
||||
},
|
||||
{
|
||||
"<leader>c.",
|
||||
":CornelisTypeContextInfer<CR>",
|
||||
"Type Context Infer",
|
||||
},
|
||||
{
|
||||
"<leader>ca",
|
||||
":CornelisAuto<CR>",
|
||||
"Auto",
|
||||
},
|
||||
{
|
||||
"gd",
|
||||
":CornelisGoToDefinition<CR>",
|
||||
"Go to definition"
|
||||
},
|
||||
{
|
||||
"[e",
|
||||
":CornelisPrevGoal",
|
||||
"Previous Goal"
|
||||
},
|
||||
{
|
||||
"]e",
|
||||
":CornelisNextGoal",
|
||||
"Next Goal"
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue