added scrolloff
This commit is contained in:
parent
04c4539c96
commit
01952ca3a7
|
|
@ -8,6 +8,7 @@ set.termguicolors = true
|
|||
set.swapfile = false
|
||||
set.cursorline = true
|
||||
set.cursorlineopt = "number"
|
||||
set.scrolloff = 10
|
||||
|
||||
vim.cmd [[filetype plugin indent on]]
|
||||
set.tabstop = 2
|
||||
|
|
|
|||
|
|
@ -23,5 +23,4 @@ require "compe".setup {
|
|||
vim.api.nvim_set_keymap("i", "<C-Space>", "compe#complete()", {silent = true, expr = true})
|
||||
vim.api.nvim_set_keymap("i", "<CR>", "compe#confirm('<CR>')", {silent = true, expr = true})
|
||||
vim.api.nvim_set_keymap("i", "<C-e>", "compe#close('<C-e>')", {silent = true, expr = true})
|
||||
vim.api.nvim_set_keymap("i", "<C-f>", "compe#scroll({ 'delta': +4 })", {silent = true, expr = true})
|
||||
vim.api.nvim_set_keymap("i", "<C-d>", "compe#scroll({ 'delta': -4 })", {silent = true, expr = true})
|
||||
vim.api.nvim_set_keymap("i", "<C-f>", "compe#complete()", {silent = true, expr = true})
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
auth/!
|
||||
auth
|
||||
Todo
|
||||
Minecraft
|
||||
FTB
|
||||
Technic
|
||||
Mojang
|
||||
config
|
||||
#echnic
|
||||
technic/!
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue