Update configuration

This commit is contained in:
Saeed Afzal
2022-09-24 14:56:23 +01:00
parent ab22aeeeb9
commit daaab2caad
13 changed files with 154 additions and 176 deletions

View File

@@ -1,10 +1,12 @@
require("lualine").setup {
options = {
theme = "catppuccin"
theme = "tokyonight"
},
extensions = {
"nvim-tree",
"toggleterm"
"fzf",
"toggleterm",
"symbols-outline"
}
}