1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00

[neovim] Replace the projections plugin with neovim-projects

This commit is contained in:
2023-09-28 18:17:05 +02:00
parent f7c1110ca3
commit 8fcb4267cc
9 changed files with 41 additions and 40 deletions

View File

@@ -22,7 +22,7 @@ starter.setup({
header = logo,
footer = "",
items = {
new_section("Projects", "Telescope projections", "Telescope"),
new_section("Projects", "Telescope neovim-project discover", "Telescope"),
new_section("Recent files", "Telescope oldfiles", "Telescope"),
new_section("New file", "ene | startinsert", "Built-in"),
new_section("Quit", "qa", "Built-in"),