aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua/basic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/lua/basic.lua')
-rwxr-xr-xCommon/nvim/lua/basic.lua4
1 files changed, 2 insertions, 2 deletions
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', '<leader>cd', ':cd %:p:h<cr>:pwd<cr', silentnoremap)
vim.opt.switchbuf = 'useopen,usetab,newtab'
-- Always show tabbar
-vim.opt.stal = 2
+vim.opt.stal = 1
-- Return to last edit position when opening files (You want this!)
vim.cmd [[