1
Fork 0

Smos + intray + some nvim changes

This commit is contained in:
Matei Adriel 2023-09-04 05:58:39 +03:00
parent 9c4f714636
commit 2e8ec89ef5
No known key found for this signature in database
13 changed files with 1995 additions and 75 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -13,8 +13,8 @@ function M.config()
section_separators = { left = "", right = "" },
theme = "auto",
disabled_filetypes = {
"undotree"
}
"undotree",
},
},
sections = {
lualine_a = { "branch" },