refactor(alpha): Remove useless line

This commit is contained in:
rajvatsal 2024-01-05 19:26:19 +05:30
parent 41ca04755f
commit f59273402c
2 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@ return {
'goolord/alpha-nvim',
dependencies = 'nvim-tree/nvim-web-devicons',
config = function()
-- require 'alpha'.setup(require 'alpha.themes.dashboard'.config)
local alpha = require("alpha")
local dashboard = require("alpha.themes.dashboard")

View File

@ -1,3 +0,0 @@
return {
"nvim-treesitter/nvim-treesitter", build = ":TSUpdate"
}