do some stuff

Prior to this change,

This change
This commit is contained in:
Patrick Pagni 2026-06-05 15:43:20 +01:00
parent 09ca105117
commit a942b8c562
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ return {
config = function() config = function()
require('mini.icons').setup() require('mini.icons').setup()
require('oil').setup { require('oil').setup {
float = {
border = 'rounded',
title = ' Oil ',
title_pos = 'center',
},
view_options = { view_options = {
show_hidden = false, show_hidden = false,
is_hidden_file = function(name, bufnr) is_hidden_file = function(name, bufnr)