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

@@ -0,0 +1,9 @@
require("catppuccin").setup {
integrations = {
lsp_trouble = true,
which_key = true,
barbar = true
}
}
vim.cmd[[colorscheme catppuccin]]