New nvim config, not finished

This commit is contained in:
afonsofrancof 2022-10-19 00:47:07 +01:00
parent 58a0da692e
commit 671fbe40e1
15 changed files with 398 additions and 49 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