Remove starter/welcome screen

This commit is contained in:
Imbus 2024-12-29 12:12:25 +01:00
parent 66ab6d5c0d
commit 60737db7b2

View file

@ -25,9 +25,6 @@ return { -- Collection of various small independent plugins/modules
-- Pair brackets, quotes, etc. -- Pair brackets, quotes, etc.
require('mini.pairs').setup() require('mini.pairs').setup()
-- Simple startup screen
require('mini.starter').setup()
-- Highlight word under cursor. -- Highlight word under cursor.
-- Useful for motions similar to 'diw' and 'ciw' -- Useful for motions similar to 'diw' and 'ciw'
-- as well as # and * searches -- as well as # and * searches