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 laststatus=2
set shortmess=aoOT set shortmess=aoOT
set cmdheight=0 set cmdheight=3
set foldnestmax=9 set foldnestmax=9
set foldlevelstart=99 set foldlevelstart=99

View File

@ -1,4 +1,5 @@
local cmp = require 'cmp' local cmp = require 'cmp'
cmp.setup({ cmp.setup({
window = {documentation = cmp.config.window.bordered({border = "single"})}, window = {documentation = cmp.config.window.bordered({border = "single"})},
formatting = { formatting = {
@ -20,8 +21,8 @@ cmp.setup({
}, },
snippet = {expand = function(args) vim.fn["UltiSnips#Anon"](args.body) end}, snippet = {expand = function(args) vim.fn["UltiSnips#Anon"](args.body) end},
mapping = { 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({ ["<C-n>"] = cmp.mapping({
i = function() i = function()
if cmp.visible() then if cmp.visible() then

View File

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

Binary file not shown.