Enable spell checking within rst files
This commit is contained in:
parent
070b686d48
commit
2e5f676608
|
@ -1,5 +1,6 @@
|
||||||
local opt = vim.opt_local
|
local opt = vim.opt_local
|
||||||
|
|
||||||
|
opt.spell = true
|
||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
|
|
||||||
local cmp = require "cmp"
|
local cmp = require "cmp"
|
||||||
|
|
Reference in a new issue