revert cmdheight back to 3

This commit is contained in:
Ray Elliott 2022-10-07 15:08:14 +01:00
parent 3cec0c208b
commit 0d451f9b04
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 = {
['<C-d>'] = cmp.mapping.scroll_docs(-4),
['<C-u>'] = cmp.mapping.scroll_docs(4),
['<C-u>'] = cmp.mapping.scroll_docs(-4),
['<C-d>'] = cmp.mapping.scroll_docs(4),
["<C-n>"] = cmp.mapping({
i = function()
if cmp.visible() then

View File

@ -303,3 +303,5 @@ Jetpack
LearnDash
Astro
frontmatter
ES6
prototypal

Binary file not shown.