diff options
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 | ||