lsp changes, mini.ai

This commit is contained in:
iofq 2023-08-06 09:46:19 -05:00
parent e260bac77b
commit 8b0a7ef1a6
4 changed files with 37 additions and 38 deletions

View file

@ -1,3 +1,5 @@
-- din( dina
require('mini.ai').setup()
-- gc gcc
require('mini.comment').setup()
-- alt hjkl
@ -62,3 +64,13 @@ indent.setup({
draw = { delay = 0 }
})
indent.gen_animation.none()
-- <C-Space>
require('mini.completion').setup({
delay = {completion = 10^7},
window = {
info = { height = 25, width = 80, border = 'single' },
signature = { height = 25, width = 80, border = 'single' },
},
fallback_action = "<C-x><C-n>"
})