From b9513f21ae630ffcb93d68c21eeb70b5eebe74ae Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sat, 13 Jan 2024 13:21:31 +0100 Subject: Simplify nvim xp --- Common/nvim/lua/basic.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common/nvim/lua/basic.lua') diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index d1b0901..59e8f68 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -5,7 +5,7 @@ General -- Lines of history vim.opt.history = 500 -- Line numbers -vim.opt.nu = true +vim.opt.nu = false -- Autoread when file is changed outside vim vim.opt.autoread = true @@ -191,7 +191,7 @@ map('n', 'cd', ':cd %:p:h:pwd