aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua/basic.lua
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-01-13 13:21:31 +0100
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-01-13 13:21:31 +0100
commitb9513f21ae630ffcb93d68c21eeb70b5eebe74ae (patch)
tree1f67963996cc1dea426f650bf94f22a0843d5f88 /Common/nvim/lua/basic.lua
parentabbbe7a4d3062ea2df0dd263528d824b7e4363a3 (diff)
downloaddotfiles-b9513f21ae630ffcb93d68c21eeb70b5eebe74ae.tar.gz
dotfiles-b9513f21ae630ffcb93d68c21eeb70b5eebe74ae.zip
Simplify nvim xp
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 [[