This commit is contained in:
Saeed Afzal
2023-10-19 09:43:27 +01:00
parent 478bacb10b
commit 0bad0f0929
18 changed files with 233 additions and 449 deletions

View File

@@ -1,19 +1,21 @@
return {
"nvim-lualine/lualine.nvim",
event = "BufEnter",
dependencies = "nvim-tree/nvim-web-devicons",
opts = {
options = {
theme = "tokyonight"
},
extensions = {
"fzf",
"lazy",
"neo-tree",
"nvim-dap-ui",
"quickfix",
"symbols-outline",
"toggleterm",
"trouble"
"trouble",
"mason"
}
}
}