set :cd to only display cwd

This commit is contained in:
2024-11-15 07:34:10 -05:00
parent 8f5620cecd
commit 4905d22659
+3
View File
@@ -5,6 +5,9 @@ local opt = vim.opt
-- environment
opt.showmode = false
-- :cd shows cwd
opt.cdhome = false
-- line numbers
opt.number = true
opt.relativenumber = true