diff options
author | Squibid <me@zacharyscheiman.com> | 2023-02-26 21:07:25 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-02-26 21:07:25 -0500 |
commit | 7bea66f3279f353f5cf2419ef5ecf1aec665cd42 (patch) | |
tree | 136ce80343d73b8347ff4bdce681a5a690a54cda /lua/core/overrides/truezen.lua | |
parent | 5000465af9ac64b6dc90cb6024fbe2a7c8e159d6 (diff) | |
download | nvim-7bea66f3279f353f5cf2419ef5ecf1aec665cd42.tar.gz nvim-7bea66f3279f353f5cf2419ef5ecf1aec665cd42.tar.bz2 nvim-7bea66f3279f353f5cf2419ef5ecf1aec665cd42.zip |
replace noneckpain and maximize with truezen
Diffstat (limited to 'lua/core/overrides/truezen.lua')
-rw-r--r-- | lua/core/overrides/truezen.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/core/overrides/truezen.lua b/lua/core/overrides/truezen.lua new file mode 100644 index 0000000..4132a6a --- /dev/null +++ b/lua/core/overrides/truezen.lua @@ -0,0 +1,13 @@ +require('true-zen').setup { + modes = { + ataraxis = { -- normal zen + minimum_writing_area = { -- minimum size of main window + width = 120, + height = 44, + }, + }, + narrow = { + folds_style = "invisible", + }, + }, +} |