add oil.nvim

This commit is contained in:
Zoty 2026-04-07 13:42:08 -03:00
parent d65c4083ba
commit 09aa20cf59
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
4 changed files with 71 additions and 1 deletions

View file

@ -31,6 +31,10 @@ vim.opt.hlsearch = false -- do not keep matches highlighted
vim.opt.splitbelow = true -- horizontal splits open below
vim.opt.splitright = true -- vertical splits open to the right
-- Misc
vim.opt.undofile = true -- persist between sessions
vim.opt.updatetime = 250 -- lower the update delay
-- Diagnostics
vim.diagnostic.config({
virtual_text = true, -- use virtual text for diagnostics