More deps from mini
This commit is contained in:
parent
99915a71df
commit
76ce2518e1
1 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,18 @@ return { -- Collection of various small independent plugins/modules
|
||||||
-- - sr)' - [S]urround [R]eplace [)] [']
|
-- - sr)' - [S]urround [R]eplace [)] [']
|
||||||
require('mini.surround').setup()
|
require('mini.surround').setup()
|
||||||
|
|
||||||
|
-- Simple tabline
|
||||||
|
require('mini.tabline').setup()
|
||||||
|
|
||||||
|
-- Fancy notifications
|
||||||
|
require('mini.notify').setup()
|
||||||
|
|
||||||
|
-- Pair brackets, quotes, etc.
|
||||||
|
require('mini.pairs').setup()
|
||||||
|
|
||||||
|
-- Simple startup screen
|
||||||
|
require('mini.starter').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
|
||||||
|
|
Loading…
Reference in a new issue