[*] Multiple new configs

This commit is contained in:
2026-03-31 15:43:26 +02:00
parent dbebcef215
commit 819959b395
29 changed files with 6930 additions and 229 deletions

View File

@@ -1,5 +1,6 @@
vim.opt.backup = false -- Backup file creation
vim.opt.clipboard = "unnamedplus" -- Using system clipboard
vim.opt.clipboard = { "unnamedplus" } -- Using system clipboard
vim.opt.cmdheight = 0
vim.opt.showcmdloc = 'statusline'
vim.opt.conceallevel = 0

View File

@@ -61,4 +61,4 @@
"src": "https://github.com/stevearc/overseer.nvim"
}
}
}
}