install crouton, update vim cmp bindings
This commit is contained in:
parent
5614d24e98
commit
89b80ddf27
2 changed files with 5 additions and 1 deletions
|
@ -186,6 +186,7 @@
|
|||
mapping = {
|
||||
"<C-n>" = "cmp.mapping(cmp.mapping.select_next_item(), {'i', 's'})";
|
||||
"<C-p>" = "cmp.mapping(cmp.mapping.select_prev_item(), {'i', 's'})";
|
||||
"<C-y>" = "cmp.mapping.confirm({ select = true })";
|
||||
"<Tab>" = ''
|
||||
cmp.mapping(function(fallback)
|
||||
local luasnip = require('luasnip')
|
||||
|
@ -208,7 +209,6 @@
|
|||
end
|
||||
end, {'i', 's'})
|
||||
'';
|
||||
"<CR>" = "cmp.mapping.confirm({ select = true })";
|
||||
};
|
||||
snippet.expand = ''
|
||||
function(args)
|
||||
|
|
|
@ -18,5 +18,9 @@
|
|||
casks = [
|
||||
"discord"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
Crouton = 1461650987;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue