diff options
| author | seth <[email protected]> | 2023-02-23 22:38:19 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-23 22:38:19 -0500 |
| commit | ce138fc1731b2077a8c87d555fb987652c283df4 (patch) | |
| tree | ddb02cd34b016525b74bb9a7a51ba78dbf5b678c /.config/nvim/lua/getchoo/plugins.lua | |
| parent | d02d00a4e565644bbf55554221a369ba67b7c086 (diff) | |
fix catppuccin + lightspeed -> leap
Diffstat (limited to '.config/nvim/lua/getchoo/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/plugins.lua | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/.config/nvim/lua/getchoo/plugins.lua b/.config/nvim/lua/getchoo/plugins.lua index d3f1863..222ed80 100644 --- a/.config/nvim/lua/getchoo/plugins.lua +++ b/.config/nvim/lua/getchoo/plugins.lua @@ -28,25 +28,6 @@ require("packer").startup(function(use) use({ "catppuccin/nvim", as = "catppuccin", - config = function() - require("catppuccin").setup({ - flavour = "mocha", -- mocha, macchiato, frappe, latte - integrations = { - barbar = true, - gitsigns = true, - lightspeed = true, - mason = true, - cmp = true, - nvimtree = true, - treesitter_context = true, - treesitter = true, - telescope = true, - lsp_trouble = true, - }, - no_italic = true, - }) - vim.api.nvim_command("colorscheme catppuccin") - end, }) ---- use("shaunsingh/nord.nvim") @@ -58,7 +39,7 @@ require("packer").startup(function(use) requires = { "kyazdani42/nvim-web-devicons" }, }) - use("ggandor/lightspeed.nvim") + use("ggandor/leap.nvim") use("kyazdani42/nvim-tree.lua") -- lsp plugins |
