chore: sync nvim with latop config

This commit is contained in:
2025-10-18 16:17:59 -07:00
parent 67992ddc08
commit 08d6c8439d
17 changed files with 206 additions and 227 deletions

View File

@@ -0,0 +1,11 @@
return {
"folke/zen-mode.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
window = {
width = 90, -- width of the Zen window
}
}
}