tmux, nvim

This commit is contained in:
2025-05-02 21:55:40 +02:00
parent ec0ebd2af0
commit 2dbac00ee4
10 changed files with 221 additions and 42 deletions

View File

@@ -13,12 +13,11 @@ return {
},
-- Theming
{ "catppuccin/nvim" },
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
style = "mocha",
colorscheme = "catppuccin-mocha",
},
},
@@ -36,7 +35,6 @@ return {
{
"hrsh7th/nvim-cmp",
dependencies = { "hrsh7th/cmp-emoji" },
---@param opts cmp.ConfigSchema
opts = {
sources = {
{ name = "emoji" }