nix-config/nvim/after/ftplugin/netrw.lua

6 lines
94 B
Lua
Raw Normal View History

2025-03-07 16:02:56 +00:00
local opt = vim.opt_local
opt.cursorline = false
opt.number = true
opt.relativenumber = true