From 599e1315ce9be32944681ff4e88fc5afa8ae81b8 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 19 Aug 2022 16:08:04 +0200 Subject: fixed path in profile; hlsearch false; location lua-lang-server; wallpaper shortcut; --- .config/nvim/lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim/lua/user/options.lua') diff --git a/.config/nvim/lua/user/options.lua b/.config/nvim/lua/user/options.lua index 69f0280..0c35dfc 100644 --- a/.config/nvim/lua/user/options.lua +++ b/.config/nvim/lua/user/options.lua @@ -21,3 +21,4 @@ vim.o.redrawtime = 10000 -- Allow more time for loading syntax on large f vim.o.foldmethod = "expr" vim.o.foldlevelstart = 10 vim.o.foldexpr = "nvim_treesitter#foldexpr()" +vim.o.hlsearch = 0 -- cgit v1.2.3