Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created November 1, 2024 11:17
Show Gist options
  • Save remlapmot/d1ee68ec794a41951e64d18e3e2704d0 to your computer and use it in GitHub Desktop.
Save remlapmot/d1ee68ec794a41951e64d18e3e2704d0 to your computer and use it in GitHub Desktop.
NeoVim options ~/.config/nvim/lua/config
-- 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