feat : slimmer term font df mail, ollama,..

This commit is contained in:
Florian Schmitt 2024-02-15 19:25:18 +03:00
parent 41f6358da5
commit f5df772d81
4 changed files with 33 additions and 9 deletions

View file

@ -1,6 +1,8 @@
-- Options are automatically loaded before lazy.nvim startup
-- 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
vim.opt.list = false
local opt = vim.opt
opt.scrolloff = 8
opt.wrap = true
opt.clipboard = "unnamedplus"
opt.list = false