Refactor zshrc

Use zinit for simplicity and fast start time
This commit is contained in:
Alexander Navarro 2024-05-17 10:12:20 -04:00
parent 3a8b297e91
commit aac93335a5
7 changed files with 90 additions and 387 deletions

View file

@ -11,7 +11,7 @@ local opt = vim.opt
opt.autowrite = true -- Enable auto write
opt.clipboard = "unnamedplus" -- Sync with system clipboard
opt.completeopt = "menu,menuone,noselect"
opt.conceallevel = 3 -- Hide * markup for bold and italic
opt.conceallevel = 2 -- Hide * markup for bold and italic
opt.confirm = true -- Confirm to save changes before exiting modified buffer
opt.cursorline = true -- Enable highlighting of the current line
opt.expandtab = true -- Use spaces instead of tabs