Configure Neovim for the text filetype

This commit is contained in:
Oliver Davies 2024-12-14 02:51:21 +00:00
parent 73d801d7ac
commit 1a14118877

View file

@ -0,0 +1,6 @@
local opt = vim.opt_local
opt.number = false
opt.relativenumber = false
opt.spell = true
opt.wrap = true