Created
November 1, 2024 11:17
-
-
Save remlapmot/d1ee68ec794a41951e64d18e3e2704d0 to your computer and use it in GitHub Desktop.
NeoVim options ~/.config/nvim/lua/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Options are automatically loaded before lazy.nvim startup | |
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua | |
-- Add any additional options here | |
-- Enable line wrapping | |
vim.opt.wrap = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment