aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/options.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-26 12:18:32 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-26 12:18:32 +0800
commit44f31b1f27c2a53cf8a4e053a50c245e379558b0 (patch)
tree4c52906716f76057d799d6ea1effcc40deae007a /vim/lua/options.lua
parentd415bbb33a1c2a3f9a2492668b57c4db0098ef1d (diff)
Update
Diffstat (limited to 'vim/lua/options.lua')
-rw-r--r--vim/lua/options.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/lua/options.lua b/vim/lua/options.lua
index c16ae64..1c2b881 100644
--- a/vim/lua/options.lua
+++ b/vim/lua/options.lua
@@ -4,6 +4,8 @@ require "nvchad.options"
4 4
5local o = vim.o 5local o = vim.o
6 6
7o.clipboard = ''
8
7-- To enable cursorline! 9-- To enable cursorline!
8o.cursorlineopt ='both' 10o.cursorlineopt ='both'
9 11