add(nvim): nvim-tree line numbers (relative)

This commit is contained in:
Léana 江 2023-02-23 22:25:02 +01:00
parent 5b82cb241d
commit 89aacae3ab
2 changed files with 9 additions and 2 deletions

View file

@ -18,6 +18,8 @@ vim.opt.wrap = true
vim.opt.backup = false
vim.cmd "colorscheme one-nvim"
vim.o.background = "light"
vim.opt.guifont = { "Cascadia Code:h15" }
vim.cmd("filetype plugin on")
vim.g.sleuth_default_indent = "2"