added zen mode plugin for neovim, order sessions alphabetically in tmux
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user