dos2unix on all files again. Oh I so much dislike MS DOS

This commit is contained in:
2026-04-08 10:31:24 +02:00
parent 8a4969ed08
commit 41ff00a1e8
22 changed files with 2144 additions and 2144 deletions

View File

@@ -1,8 +1,8 @@
-- define your colorscheme here
local colorscheme = 'lunaperche-sl'
local is_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not is_ok then
vim.notify('colorscheme ' .. colorscheme .. ' not found!')
return
end
-- define your colorscheme here
local colorscheme = 'lunaperche-sl'
local is_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not is_ok then
vim.notify('colorscheme ' .. colorscheme .. ' not found!')
return
end