Cleanup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user