diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-26 12:18:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-26 12:18:32 +0800 |
commit | 44f31b1f27c2a53cf8a4e053a50c245e379558b0 (patch) | |
tree | 4c52906716f76057d799d6ea1effcc40deae007a /vim/lua/options.lua | |
parent | d415bbb33a1c2a3f9a2492668b57c4db0098ef1d (diff) |
Update
Diffstat (limited to 'vim/lua/options.lua')
-rw-r--r-- | vim/lua/options.lua | 2 |
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 | ||
5 | local o = vim.o | 5 | local o = vim.o |
6 | 6 | ||
7 | o.clipboard = '' | ||
8 | |||
7 | -- To enable cursorline! | 9 | -- To enable cursorline! |
8 | o.cursorlineopt ='both' | 10 | o.cursorlineopt ='both' |
9 | 11 | ||