nvim to lazyvim

This commit is contained in:
Nicole Dresselhaus
2025-05-05 12:22:25 +02:00
parent dcf119690e
commit d84fcedf6b
10 changed files with 134 additions and 716 deletions

View File

@ -0,0 +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.laststatus = 3
vim.g.lazyvim_blink_main = true
vim.opt.textwidth = 120
vim.opt.spelllang = { "en", "de" }