added mini.files

This commit is contained in:
Baipyrus 2024-04-29 17:20:36 +02:00
parent b60308bf70
commit bc12b707c2

View File

@ -17,6 +17,9 @@ return {
-- - sr)' - [S]urround [R]eplace [)] ['] -- - sr)' - [S]urround [R]eplace [)] [']
require('mini.surround').setup() require('mini.surround').setup()
-- Simple file explorer with in-buffer-editing
require('mini.files').setup()
-- Simple and easy statusline. -- Simple and easy statusline.
-- You could remove this setup call if you don't like it, -- You could remove this setup call if you don't like it,
-- and try some other statusline plugin -- and try some other statusline plugin