feat: update nvimtreelua input

This commit is contained in:
NotAShelf 2023-02-03 10:36:08 +03:00
commit c1b556ee8f
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
4 changed files with 122 additions and 6 deletions

View file

@ -112,6 +112,9 @@
vim.minimap = {
minimap-vim.enable = true;
};
vim.dashboard = {
dashboard-nvim.enable = false;
};
};
};
@ -278,7 +281,7 @@
# Filetrees
nvim-tree-lua = {
url = "github:kyazdani42/nvim-tree.lua";
url = "github:nvim-tree/nvim-tree.lua";
flake = false;
};
@ -356,6 +359,17 @@
flake = false;
};
# Dashboard Utilities
dashboard-nvim = {
url = "github:glepnir/dashboard-nvim";
flake = false;
};
alpha-nvim = {
url = "github:goolord/alpha-nvim";
flake = false;
};
# Themes
tokyonight = {
url = "github:folke/tokyonight.nvim";