Update themes and some key bindings

This commit is contained in:
Saeed Afzal
2022-08-26 10:46:51 +01:00
parent 381c2d2687
commit ab22aeeeb9
8 changed files with 64 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
vim.g.catppuccin_flavour = "mocha"
require("catppuccin").setup {
styles = {
loops = { "italic" },
functions = { "italic", "bold" }
},
integrations = {
lsp_trouble = true,
which_key = true,
barbar = true
}
}