parent
6f2c2ad092
commit
c8fe513a46
4 changed files with 6 additions and 21 deletions
5
nvim/after/ftplugin/netrw.lua
Normal file
5
nvim/after/ftplugin/netrw.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local opt = vim.opt_local
|
||||
|
||||
opt.cursorline = false
|
||||
opt.number = true
|
||||
opt.relativenumber = true
|
Loading…
Add table
Add a link
Reference in a new issue