diff --git a/init.vim b/init.vim index c650f8b..e9a2f07 100644 --- a/init.vim +++ b/init.vim @@ -293,7 +293,7 @@ set inccommand=nosplit set laststatus=2 set shortmess=aoOT -set cmdheight=0 +set cmdheight=3 set foldnestmax=9 set foldlevelstart=99 diff --git a/lua/init-cmp.lua b/lua/init-cmp.lua index 6017191..775bc99 100644 --- a/lua/init-cmp.lua +++ b/lua/init-cmp.lua @@ -1,4 +1,5 @@ local cmp = require 'cmp' + cmp.setup({ window = {documentation = cmp.config.window.bordered({border = "single"})}, formatting = { @@ -20,8 +21,8 @@ cmp.setup({ }, snippet = {expand = function(args) vim.fn["UltiSnips#Anon"](args.body) end}, mapping = { - [''] = cmp.mapping.scroll_docs(-4), - [''] = cmp.mapping.scroll_docs(4), + [''] = cmp.mapping.scroll_docs(-4), + [''] = cmp.mapping.scroll_docs(4), [""] = cmp.mapping({ i = function() if cmp.visible() then diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 706363c..5212b67 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -303,3 +303,5 @@ Jetpack LearnDash Astro frontmatter +ES6 +prototypal diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 586e5e5..c8b9753 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ