mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: meep
This commit is contained in:
parent
dc9e30075d
commit
e9031cbdd3
13 changed files with 166 additions and 129 deletions
|
|
@ -35,7 +35,7 @@ opt.smartcase = true -- Ignore lowercase for the whole
|
|||
opt.wrap = true -- Wrap on word boundary
|
||||
opt.linebreak = true -- Wrap on word boundary
|
||||
opt.showbreak = " ↳" -- Character to use to display word boundary
|
||||
opt.termguicolors = false -- Enable 24-bit RGB colors
|
||||
opt.termguicolors = true -- Enable 24-bit RGB colors
|
||||
opt.laststatus = 3 -- Set global statusline
|
||||
opt.cursorline = true -- Highlight cursor screenline
|
||||
opt.cmdheight = 1 -- Command entry line height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue