diff --git a/modules/base/vim.nix b/modules/base/vim.nix index 0f0ce5c..3e7af28 100644 --- a/modules/base/vim.nix +++ b/modules/base/vim.nix @@ -308,7 +308,7 @@ '' require("treesitter-context").setup({ -- Show one line of context at the top of the screen - max_lines = 1, + max_lines = 2, }) ''; }