From 39c9fe8d72321bfa66aada2614a3b851d37f05e0 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 4 Jun 2023 16:24:49 -0400 Subject: nvim: update a few plugins from flake --- .config/nvim/lua/getchoo/plugins/general.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/nvim/lua/getchoo/plugins/general.lua') diff --git a/.config/nvim/lua/getchoo/plugins/general.lua b/.config/nvim/lua/getchoo/plugins/general.lua index 93cd720..44ef698 100644 --- a/.config/nvim/lua/getchoo/plugins/general.lua +++ b/.config/nvim/lua/getchoo/plugins/general.lua @@ -16,7 +16,6 @@ require("catppuccin").setup({ compile_path = compile_path, flavour = "mocha", -- mocha, macchiato, frappe, latte integrations = { - barbar = true, cmp = true, gitsigns = true, leap = true, @@ -36,9 +35,12 @@ vim.api.nvim_command("colorscheme catppuccin") ---- bufferline require("bufferline").setup({ options = { + always_show_bufferline = false, highlights = require("catppuccin.groups.integrations.bufferline").get(), diagnostics = "nvim_lsp", + mode = "buffers", numbers = "ordinal", + separator_style = "slant", }, }) -- cgit v1.2.3