summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/options.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/options.lua')
-rw-r--r--.config/nvim/lua/options.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/lua/options.lua b/.config/nvim/lua/options.lua
new file mode 100644
index 0000000..738f20b
--- /dev/null
+++ b/.config/nvim/lua/options.lua
@@ -0,0 +1,6 @@
+require "nvchad.options"
+
+-- add yours here!
+
+-- local o = vim.o
+-- o.cursorlineopt ='both' -- to enable cursorline!