380 B
380 B
Neovim Appearance Settings
Use line numbers.
vim.opt.number = true
Turn on syntax highlighting.
vim.cmd([[
set termguicolors
syntax on
colorscheme default
set background=light
]])