Enable spell checking within rst files

This commit is contained in:
Oliver Davies 2024-07-20 12:31:07 +01:00
parent 070b686d48
commit 2e5f676608

View file

@ -1,5 +1,6 @@
local opt = vim.opt_local
opt.spell = true
opt.wrap = true
local cmp = require "cmp"