From 279b9be02a6127609da52bb181a00783a91c9817 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 3 May 2022 12:49:59 +0200 Subject: nvim: disable global status, formatting --- .config/nvim/lua/options.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/nvim/lua/options.lua') diff --git a/.config/nvim/lua/options.lua b/.config/nvim/lua/options.lua index 55e32e7..9763c28 100644 --- a/.config/nvim/lua/options.lua +++ b/.config/nvim/lua/options.lua @@ -14,7 +14,7 @@ set.hlsearch = true set.ignorecase = true set.smartcase = true set.incsearch = true -set.backspace= 'indent,eol,start' +set.backspace = 'indent,eol,start' set.pastetoggle = '' set.confirm = true set.number = true @@ -34,7 +34,6 @@ set.pumblend = 0 set.splitright = true set.splitbelow = true set.cursorline = true -set.laststatus = 3 -- Disable default vim plugins local disabled_built_ins = { -- cgit v1.2.3-70-g09d2