Updated config
This commit is contained in:
@ -19,7 +19,6 @@ opt.expandtab = false
|
||||
opt.grepformat = "%f:%l:%c:%m"
|
||||
opt.grepprg = "rg --grep"
|
||||
opt.ignorecase = false
|
||||
opt.linespace = 0
|
||||
opt.mouse = "a"
|
||||
opt.ruler = false
|
||||
opt.sessionoptions = { "buffers", "curdir", "tabpages", "winsize" }
|
||||
@ -39,20 +38,20 @@ opt.undolevels = 10000
|
||||
opt.updatetime = 250
|
||||
opt.virtualedit = "onemore"
|
||||
opt.wildmode = "longest:full,full"
|
||||
opt.winblend = 10
|
||||
opt.wrap = false
|
||||
|
||||
-- UI
|
||||
opt.fillchars = { eob = " ", vert = " " }
|
||||
opt.laststatus = 0
|
||||
opt.number = true
|
||||
opt.number = false
|
||||
opt.relativenumber = false
|
||||
opt.signcolumn = "number"
|
||||
opt.signcolumn = "yes"
|
||||
opt.statusline = "%{repeat('─',winwidth('.'))}"
|
||||
|
||||
-- Neovide
|
||||
if g.neovide then
|
||||
opt.linespace = 3
|
||||
g.neovide_fullscreen = true
|
||||
g.neovide_transparency = 0.9
|
||||
vim.o.guifont = "UbuntuMono Nerd Font:h20"
|
||||
g.neovide_transparency = 0.92
|
||||
vim.o.guifont = "UbuntuMono Nerd Font:h20:#h-none"
|
||||
end
|
||||
|
Reference in New Issue
Block a user