Big neovim overhaul (#38)

This commit is contained in:
Patrick Stevens
2024-03-26 00:04:01 +00:00
committed by GitHub
parent 15e603063a
commit 87492c2abe
15 changed files with 1395 additions and 418 deletions

View File

@@ -0,0 +1,5 @@
require("tokyonight").setup({
style = "night",
})
vim.cmd([[colorscheme tokyonight]])