nvim: cmdheight 1 and leave /tmp alone

This commit is contained in:
Daniel Lundin 2022-11-07 16:22:21 +01:00
parent 3944f08bf5
commit 54cee76741

View file

@ -32,7 +32,7 @@ vim.o.softtabstop = 2
--- Search
vim.cmd("set path+=**")
vim.cmd("set wildignore+=*/tmp/*,/var/*,*.so,*.swp,*.zip,*.tar,*.pyc")
vim.cmd("set wildignore+=/var/*,*.so,*.swp,*.zip,*.tar,*.pyc")
vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.wildmode = "longest:full,full"
@ -55,7 +55,7 @@ vim.wo.cursorline = true
vim.wo.number = true
vim.wo.signcolumn = "yes"
vim.o.laststatus = 3
vim.o.cmdheight = 0
vim.o.cmdheight = 1
-- vim.o.statusline = "═"
vim.o.fillchars = "stl: ,stlnc: "
-- vim.o.title = true