format options file
This commit is contained in:
parent
33e27206de
commit
90173c2e25
@ -48,7 +48,6 @@ if vim.fn.has('wsl') == 1 then
|
|||||||
}
|
}
|
||||||
-- opt.guifont = 'Hack Nerd Font Mono:h10'
|
-- opt.guifont = 'Hack Nerd Font Mono:h10'
|
||||||
opt.guifont = 'RobotoMono Nerd Font:h10'
|
opt.guifont = 'RobotoMono Nerd Font:h10'
|
||||||
|
|
||||||
elseif vim.loop.os_uname().sysname == 'Linux' then
|
elseif vim.loop.os_uname().sysname == 'Linux' then
|
||||||
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
|
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
|
||||||
else
|
else
|
||||||
@ -69,7 +68,7 @@ opt.completeopt = 'menu,menuone,noselect'
|
|||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
opt.title = true
|
opt.title = true
|
||||||
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim'
|
opt.titlestring = '%(%{fnamemodify(getcwd(),\":t\")}%) Neovim'
|
||||||
opt.laststatus = 3 -- for lualine
|
opt.laststatus = 3 -- for lualine
|
||||||
opt.background = 'dark'
|
opt.background = 'dark'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user