Skip to content

Commit

Permalink
update options sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Mar 25, 2024
1 parent 9836a35 commit d313cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10

require 'options'

-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`

Expand Down Expand Up @@ -859,7 +861,5 @@ require('lazy').setup({
},
})

require 'options'

-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et

0 comments on commit d313cdb

Please sign in to comment.