diff --git a/lua/basics.lua b/lua/basics.lua index 9231c2c..d338225 100644 --- a/lua/basics.lua +++ b/lua/basics.lua @@ -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 diff --git a/lua/plugins/compe.lua b/lua/plugins/compe.lua index 68d4a68..af1dd68 100644 --- a/lua/plugins/compe.lua +++ b/lua/plugins/compe.lua @@ -23,5 +23,4 @@ require "compe".setup { vim.api.nvim_set_keymap("i", "", "compe#complete()", {silent = true, expr = true}) vim.api.nvim_set_keymap("i", "", "compe#confirm('')", {silent = true, expr = true}) vim.api.nvim_set_keymap("i", "", "compe#close('')", {silent = true, expr = true}) -vim.api.nvim_set_keymap("i", "", "compe#scroll({ 'delta': +4 })", {silent = true, expr = true}) -vim.api.nvim_set_keymap("i", "", "compe#scroll({ 'delta': -4 })", {silent = true, expr = true}) +vim.api.nvim_set_keymap("i", "", "compe#complete()", {silent = true, expr = true}) diff --git a/spell/de.utf-8.add b/spell/de.utf-8.add index ce23def..2316276 100644 --- a/spell/de.utf-8.add +++ b/spell/de.utf-8.add @@ -1,3 +1,10 @@ auth/! auth Todo +Minecraft +FTB +Technic +Mojang +config +#echnic +technic/! diff --git a/spell/de.utf-8.add.spl b/spell/de.utf-8.add.spl index 4ae0e70..a100184 100644 Binary files a/spell/de.utf-8.add.spl and b/spell/de.utf-8.add.spl differ