Move neovim configuration
This commit is contained in:
parent
d9e982c240
commit
ee19e63f4d
55 changed files with 188 additions and 198 deletions
5
modules/editor/config/after/ftplugin/netrw.lua
Normal file
5
modules/editor/config/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