Skip to content

Commit

Permalink
feat(nvim): smoothscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 30, 2023
1 parent a2825ce commit 96140a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/neovim/config/lua/user/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ vim.opt.spelllang = { "en_us" }
if vim.uv then -- doesn't work in neovim 0.9
vim.opt.spellfile = vim.uv.os_homedir() .. "/.spell.add"
end
vim.opt.smoothscroll = true
vim.opt.laststatus = 2
vim.opt.cursorline = true
vim.opt.list = false
Expand Down

0 comments on commit 96140a7

Please sign in to comment.