numbers
This commit is contained in:
@@ -32,7 +32,11 @@ dofile(vim.g.base46_cache .. "statusline")
|
||||
require "options"
|
||||
require "nvchad.autocmds"
|
||||
|
||||
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "FiraMono Nerd Font Mono:h10"
|
||||
end
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
vim.schedule(function()
|
||||
require "mappings"
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user