NeoVIM: disable line wraping

This commit is contained in:
Aroy-Art 2024-12-01 22:40:14 +01:00
parent b5d9c6d8e8
commit 77208724c6
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -2,3 +2,5 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here -- Add any additional options here
-- Disable line wrapping
vim.opt.wrap = false