summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/options.lua
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-19 16:08:04 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-19 16:08:04 +0200
commit599e1315ce9be32944681ff4e88fc5afa8ae81b8 (patch)
tree09de2a234c90006599a6492e5edc056438ce61b2 /.config/nvim/lua/user/options.lua
parent3ebcff4b63ec18eff416f413ae826e4f0990a575 (diff)
fixed path in profile; hlsearch false; location lua-lang-server; wallpaper shortcut;
Diffstat (limited to '.config/nvim/lua/user/options.lua')
-rw-r--r--.config/nvim/lua/user/options.lua1
1 files changed, 1 insertions, 0 deletions
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