Compare commits

..

No commits in common. "bc12b707c26dc6408d3bea03b6a38a8c6146ae44" and "741e2bc207e9dd542c60ab224973cb14a6698cb7" have entirely different histories.

2 changed files with 60 additions and 65 deletions

View File

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

View File

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