mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-22 19:54:51 +02:00
fix(options): don't set GUI font. Fixes #113
This commit is contained in:
parent
7595bfaa3b
commit
1b3b18d53b
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ opt.expandtab = true -- Use spaces instead of tabs
|
||||||
opt.formatoptions = "jcroqlnt" -- tcqj
|
opt.formatoptions = "jcroqlnt" -- tcqj
|
||||||
opt.grepformat = "%f:%l:%c:%m"
|
opt.grepformat = "%f:%l:%c:%m"
|
||||||
opt.grepprg = "rg --vimgrep"
|
opt.grepprg = "rg --vimgrep"
|
||||||
opt.guifont = "FiraCode Nerd Font:h11"
|
|
||||||
opt.hidden = true -- Enable modified buffers in background
|
opt.hidden = true -- Enable modified buffers in background
|
||||||
opt.ignorecase = true -- Ignore case
|
opt.ignorecase = true -- Ignore case
|
||||||
opt.inccommand = "nosplit" -- preview incremental substitute
|
opt.inccommand = "nosplit" -- preview incremental substitute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue