diff options
| author | seth <[email protected]> | 2023-06-04 16:24:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-04 16:27:43 -0400 |
| commit | 39c9fe8d72321bfa66aada2614a3b851d37f05e0 (patch) | |
| tree | c7b36727721dcfaca90e6c3a8f020c3dcb706479 /.config/nvim/lua/getchoo/plugins/general.lua | |
| parent | 08b680eaa460a4aaf139e502be97e38b1ded30c8 (diff) | |
nvim: update a few plugins from flake
Diffstat (limited to '.config/nvim/lua/getchoo/plugins/general.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/plugins/general.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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", }, }) |
