config/nvim: remove duplicate settings

This commit is contained in:
arcayr 2025-06-25 13:46:14 +10:00
parent 413750ce81
commit 403116dd45
Signed by: arcayr
SSH key fingerprint: SHA256:s7KSw4IsDK4O4Wuu31y1FnkXSR746bey9JVipamvZAs

View file

@ -11,8 +11,6 @@ vim.g.loaded_netrwPlugin = 1
-- colours -- colours
vim.o.background = "light" vim.o.background = "light"
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.relativenumber = true
vim.opt.signcolumn = "number"
-- line numbers -- line numbers
vim.opt.number = true vim.opt.number = true