Simplify + add whichkey mappings

This commit is contained in:
Saeed Afzal
2022-05-14 20:52:22 +01:00
parent 694e5ea596
commit 4051562d0d
16 changed files with 99 additions and 289 deletions

View File

@@ -2,9 +2,9 @@ require("lualine").setup {
options = {
theme = "catppuccin"
},
extensions = {
"nvim-tree",
"toggleterm",
"quickfix"
"toggleterm"
}
}