1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 13:07:45 +01:00

nvim: remove startscreen

This commit is contained in:
tiyn 2023-08-16 04:09:01 +02:00
parent e7e259e487
commit 939e84409b

View File

@ -584,23 +584,6 @@ return require("lazy").setup({
-- rename files in buffer
{ 'qpkorr/vim-renamer' },
-- simple start screen
{
'startup-nvim/startup.nvim',
dependencies = {
{
'nvim-telescope/telescope-file-browser.nvim',
config = function()
require("telescope").load_extension "file_browser"
end
},
'nvim-telescope/telescope.nvim',
'nvim-lua/plenary.nvim' },
config = function()
require("startup").setup()
end
},
-- improve spelling check for coding to feature camelcase, etc
{
'kamykn/spelunker.vim',