Configuration files for my GNU/Linux installation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/nvchad/.config/nvim/lua/options.lua

7 lines
89 B

3 months ago
require("nvchad.options")
-- add yours here!
3 months ago
local o = vim.o
o.cursorlineopt = "both"