feat: disable wrap

This commit is contained in:
bieniucieniu 2025-05-18 19:49:52 +02:00
parent 96bc0c4b14
commit f8f4a5fa00
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ vim.g.loaded_netrwPlugin = 1
-- Enable mouse mode, can be useful for resizing splits for example!
vim.opt.mouse = 'a'
vim.opt.wrap = false
-- Don't show the mode, since it's already in the status line
vim.opt.showmode = false