init dotfiles

This commit is contained in:
Tiago Sousa 2023-05-03 14:35:45 +01:00
commit 2e7ba7945f
55 changed files with 3783 additions and 0 deletions

View file

@ -0,0 +1,6 @@
local colorscheme = "onedark"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then
return
end