mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
lsp changes, mini.ai
This commit is contained in:
parent
e260bac77b
commit
8b0a7ef1a6
4 changed files with 37 additions and 38 deletions
|
|
@ -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>"
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue