refactor(alpha): Remove useless line
This commit is contained in:
parent
41ca04755f
commit
f59273402c
|
@ -2,7 +2,6 @@ return {
|
||||||
'goolord/alpha-nvim',
|
'goolord/alpha-nvim',
|
||||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||||
config = function()
|
config = function()
|
||||||
-- require 'alpha'.setup(require 'alpha.themes.dashboard'.config)
|
|
||||||
local alpha = require("alpha")
|
local alpha = require("alpha")
|
||||||
local dashboard = require("alpha.themes.dashboard")
|
local dashboard = require("alpha.themes.dashboard")
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
return {
|
|
||||||
"nvim-treesitter/nvim-treesitter", build = ":TSUpdate"
|
|
||||||
}
|
|
Loading…
Reference in New Issue