389 B
389 B
Neovim Appearance Settings
Use line numbers.
vim.opt.number = true
Set colour scheme to the Ayu light theme.
vim.cmd([[
set termguicolors
let ayucolor="light"
syntax on
colorscheme ayu
]])