added zen mode plugin for neovim, order sessions alphabetically in tmux

This commit is contained in:
2025-06-03 23:35:14 +05:00
parent 1195d9a9bc
commit 9bc657fd61
3 changed files with 16 additions and 0 deletions

View File

@ -75,6 +75,15 @@ lazy.setup({
dependencies = { "nvim-lua/plenary.nvim" },
},
{
"folke/zen-mode.nvim",
opts = {
window = {
backdrop = 1
}
}
},
{
"nvim-treesitter/nvim-treesitter",
run = ":TSUpdate",