refactor: move .config and start.sh outside home/ folder

This commit is contained in:
yeti
2025-05-16 09:08:57 +01:00
parent fcda25b36b
commit 397467d8a4
17 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- 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.clipboard = "unnamedplus"