From f1eabbaa1b4ff1836d0ee8335b31d009203f3775 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Tue, 30 Aug 2022 16:06:22 +0100 Subject: fixed zathura integration with texlab using nvim-texlabconfig --- lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/user/options.lua') diff --git a/lua/user/options.lua b/lua/user/options.lua index 52e63ab..6a5449d 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -13,6 +13,7 @@ local options = { showtabline = 2, -- always show tabs smartcase = true, -- smart case smartindent = true, -- make indenting smarter again + spell = true, -- spell check. splitbelow = true, -- force all horizontal splits to go below current window splitright = true, -- force all vertical splits to go to the right of current window swapfile = false, -- creates a swapfile -- cgit v1.2.3