mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 21:01:45 +00:00
Compare commits
2 Commits
741e2bc207
...
bc12b707c2
Author | SHA1 | Date | |
---|---|---|---|
bc12b707c2 | |||
b60308bf70 |
@ -1,4 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'mfussenegger/nvim-dap',
|
||||
dependencies = {
|
||||
-- Async IO library
|
||||
@ -63,4 +64,5 @@ return {
|
||||
-- Install golang specific config
|
||||
-- require('dap-go').setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
@ -17,6 +17,9 @@ 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