mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-26 13:07:45 +01:00
nvim: added start screen
This commit is contained in:
parent
c999b9271e
commit
f2a4954c70
@ -529,6 +529,23 @@ return require("lazy").setup({
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {}
|
||||
},
|
||||
|
||||
-- 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
|
||||
}
|
||||
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user