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:
parent
e7e259e487
commit
939e84409b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user