Compare commits

...

2 Commits

Author SHA1 Message Date
bc12b707c2 added mini.files 2024-04-29 17:20:36 +02:00
b60308bf70 wrap plugin in parenthesis 2024-04-29 16:43:48 +02:00
2 changed files with 59 additions and 54 deletions

View File

@ -1,4 +1,5 @@
return { return {
{
'mfussenegger/nvim-dap', 'mfussenegger/nvim-dap',
dependencies = { dependencies = {
-- Async IO library -- Async IO library
@ -63,4 +64,5 @@ return {
-- Install golang specific config -- Install golang specific config
-- require('dap-go').setup() -- require('dap-go').setup()
end, end,
},
} }

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