From b119bed9994cad430baded434de26ce1c2cb6e47 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 5 Apr 2025 11:18:10 +0200 Subject: refactor: just some generic stuff --- ftplugin/markdown.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/markdown.lua b/ftplugin/markdown.lua index de55be5..c3e2be1 100644 --- a/ftplugin/markdown.lua +++ b/ftplugin/markdown.lua @@ -1,2 +1,2 @@ -vim.o.spelllang = 'en_us' -vim.o.spell = true +vim.opt_local.spelllang = 'en_us' +vim.opt_local.spell = true -- cgit v1.2.3