mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): nvim-tree line numbers (relative)
This commit is contained in:
parent
5b82cb241d
commit
89aacae3ab
2 changed files with 9 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue