Disable window resizing shortcuts and treesitter indentation
This commit is contained in:
parent
0709895f27
commit
9177beefdf
3 changed files with 9 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ cmp.setup {
|
|||
['<C-p>'] = cmp.mapping.select_prev_item(),
|
||||
['<C-d>'] = cmp.mapping.scroll_docs(-4),
|
||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-Space>'] = cmp.mapping.complete {},
|
||||
['<C-space>'] = cmp.mapping.complete {},
|
||||
['<CR>'] = cmp.mapping.confirm {
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
select = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue