This commit is contained in:
mightypanders
2023-08-09 13:51:17 +02:00
parent a7a6f01464
commit 33ca9669de
45 changed files with 667 additions and 1751 deletions

View File

@ -0,0 +1,9 @@
-- 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
--
local opt = vim.opt
local diag = vim.diagnostic
opt.scrolloff = 999
diag.config({ virtual_text = false })