From fc67eecc8a40bf28d3d2b190702e58c580bfba9f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:33:43 +0100 Subject: vim: format config with stylua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/lua/internal/spell.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.vim/lua/internal/spell.lua') diff --git a/.vim/lua/internal/spell.lua b/.vim/lua/internal/spell.lua index 57cbad2..3c37dad 100644 --- a/.vim/lua/internal/spell.lua +++ b/.vim/lua/internal/spell.lua @@ -1,8 +1,7 @@ - vim.opt_local.spell = true vim.opt.spellfile = vim.fn['spellfile#WritableSpellDir']() .. '/spellfile.utf-8.add' vim.opt.spellcapcheck = '' -vim.opt.spelloptions = {'camel'} +vim.opt.spelloptions = { 'camel' } vim.opt.spellsuggest = 'double' vim.keymap.set('n', '', require('telescope.builtin').spell_suggest) -- cgit 1.4.1