mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-03 14:04:34 +02:00
feat(options): enable smoothscroll on nightly
This commit is contained in:
parent
4e277fcb8f
commit
450e0c6beb
1 changed files with 4 additions and 0 deletions
|
@ -47,5 +47,9 @@ opt.wildmode = "longest:full,full" -- Command-line completion mode
|
|||
opt.winminwidth = 5 -- Minimum window width
|
||||
opt.wrap = false -- Disable line wrap
|
||||
|
||||
if vim.fn.has("nvim-0.10") == 1 then
|
||||
opt.smoothscroll = true
|
||||
end
|
||||
|
||||
-- Fix markdown indentation settings
|
||||
vim.g.markdown_recommended_style = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue