This commit is contained in:
DeveloperDurp 2024-07-28 06:36:41 -05:00
parent 8160460e7a
commit ecb347cc19
15 changed files with 55 additions and 552 deletions

View file

@ -1,6 +1,8 @@
require "nvchad.options"
-- add yours here!
vim.opt.guicursor = ""
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!
vim.opt.nu = true
vim.opt.relativenumber = true
vim.api.nvim_set_option("clipboard", "unnamedplus")
vim.opt_local.conceallevel = 2