mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-27 05:41:45 +00:00
Compare commits
No commits in common. "bc12b707c26dc6408d3bea03b6a38a8c6146ae44" and "741e2bc207e9dd542c60ab224973cb14a6698cb7" have entirely different histories.
bc12b707c2
...
741e2bc207
@ -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,
|
||||
},
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user