feat : kitty with initial tabs + wrap in nvim

This commit is contained in:
Florian Schmitt 2023-12-30 19:16:25 +03:00
parent ed289c2858
commit 7da4bccdf4
4 changed files with 18 additions and 1 deletions

View file

@ -2,4 +2,5 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.opt.scrolloff = 8;
vim.opt.wrap = true;