neovim/after/ftplugin/oil.lua
Oliver Ladner aa0f1fbd92 after/ftplugin instead of autocmd
Use after/ftplugin instead of autocmds to handle options depending on
filetype
2024-05-17 15:24:50 +02:00

3 lines
88 B
Lua

-- Disable numbers in Oil windows
vim.opt.relativenumber = false
vim.opt.number = false