nvim: cmdheight 1 and leave /tmp alone
This commit is contained in:
parent
3944f08bf5
commit
54cee76741
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue