Refactor zshrc
Use zinit for simplicity and fast start time
This commit is contained in:
parent
3a8b297e91
commit
aac93335a5
7 changed files with 90 additions and 387 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue