dotfiles/nvim/after/ftplugin/text.lua

7 lines
106 B
Lua
Raw Normal View History

2024-12-14 02:51:21 +00:00
local opt = vim.opt_local
opt.number = false
opt.relativenumber = false
opt.spell = true
opt.wrap = true