navigation between tabs

This commit is contained in:
noelcv 2024-01-02 20:42:06 +01:00
parent 546a64e2c5
commit fc042cad4b
2 changed files with 14 additions and 16 deletions

View file

@ -1,5 +1,4 @@
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
return {
"nvim-neo-tree/neo-tree.nvim",
version = "*",
@ -11,5 +10,4 @@ return {
config = function()
require('neo-tree').setup {}
end,
"nvim-tree/nvim-web-devicons",
}