nvim
This commit is contained in:
parent
fe74dee2a1
commit
f50092a738
3 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
local ok, alpha = pcall(require, "alpha")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
alpha.setup(require("alpha.themes.startify").config)
|
|
@ -23,6 +23,7 @@ lualine.setup {
|
|||
options = {
|
||||
theme = "auto",
|
||||
globalstatus = true,
|
||||
section_separators = "",
|
||||
},
|
||||
sections = {
|
||||
lualine_b = {
|
||||
|
|
|
@ -26,7 +26,6 @@ require "paq" {
|
|||
"lukas-reineke/indent-blankline.nvim",
|
||||
"nvim-lualine/lualine.nvim",
|
||||
"windwp/nvim-autopairs",
|
||||
"goolord/alpha-nvim",
|
||||
"mickael-menu/zk-nvim",
|
||||
"williamboman/mason.nvim",
|
||||
|
||||
|
|
Loading…
Reference in a new issue