mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 22:09:25 +00:00
[neovim] Replace the projections plugin with neovim-projects
This commit is contained in:
@ -16,7 +16,6 @@ require("plugins.noice")
|
||||
require("plugins.trouble")
|
||||
require("plugins.autosave")
|
||||
require("plugins.markdowntoc")
|
||||
require("plugins.projections")
|
||||
require("plugins.diffview")
|
||||
require("plugins.align")
|
||||
require("plugins.ufo")
|
||||
|
@ -1,8 +0,0 @@
|
||||
require("projections").setup({
|
||||
store_hooks = {
|
||||
pre = function()
|
||||
-- Close neo-tree before storing sessions
|
||||
vim.cmd([[Neotree action=close]])
|
||||
end,
|
||||
},
|
||||
})
|
@ -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"),
|
||||
|
@ -39,5 +39,4 @@ telescope.setup({
|
||||
|
||||
telescope.load_extension("fzf")
|
||||
telescope.load_extension("ui-select")
|
||||
telescope.load_extension("projections")
|
||||
telescope.load_extension("yaml_schema")
|
||||
|
Reference in New Issue
Block a user