feat : slimmer term font df mail, ollama,..
This commit is contained in:
parent
41f6358da5
commit
f5df772d81
4 changed files with 33 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue