mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(nvim): typos, neo-tree: follow current file
This commit is contained in:
parent
0ce51ec458
commit
40f9eeed47
8 changed files with 105 additions and 92 deletions
|
|
@ -1,4 +1,8 @@
|
|||
return {
|
||||
-- Picker
|
||||
{ import = "plugins.mod.fzf" },
|
||||
-- Explorer
|
||||
{ import = "plugins.mod.neo-tree" },
|
||||
{
|
||||
"rmagatti/auto-session",
|
||||
event = "BufReadPre",
|
||||
|
|
@ -12,9 +16,6 @@ return {
|
|||
{ "<leader>ps", "<Cmd>AutoSession search<CR>", desc = "List all sessions" },
|
||||
},
|
||||
},
|
||||
-- { import = "plugins.mod.nvim-tree" },
|
||||
-- { import = "plugins.mod.telescope" },
|
||||
{ import = "plugins.mod.fzf" },
|
||||
-- {
|
||||
-- "ahmedkhalf/project.nvim",
|
||||
-- event = "VeryLazy",
|
||||
|
|
@ -37,5 +38,4 @@ return {
|
|||
"Neogit",
|
||||
},
|
||||
},
|
||||
-- { import = "plugins.mod.neo-tree" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue