diff --git a/pkgs/vim/default.nix b/pkgs/vim/default.nix index 147d68d..bc6ffa1 100755 --- a/pkgs/vim/default.nix +++ b/pkgs/vim/default.nix @@ -235,8 +235,11 @@ let let g:NERDTreeDirArrowExpandable = '+' let g:NERDTreeDirArrowCollapsible = '-' - " SmartCase (only search by case if capital letter is used + " SmartCase (only search by case if capital letter is used) set ignorecase set smartcase + + " Allow for more than 10 tabs to be opened at once + set tabpagemax=40 ''; }